diff --git a/brian_polling_manager/interface_stats/vendors/nokia.py b/brian_polling_manager/interface_stats/vendors/nokia.py
index e0db4471c92d966f64c4877d41486baa4334dac0..a8879fbc96cd69ead2458f919b934d3ddfd4a4e5 100644
--- a/brian_polling_manager/interface_stats/vendors/nokia.py
+++ b/brian_polling_manager/interface_stats/vendors/nokia.py
@@ -93,6 +93,8 @@ def get_netconf_interface_info(
         "port": ["port", ["statistics", "ethernet"]],
         "lag": ["lag", "statistics"],
         "router-interface": ["router", "interface"],
+        "vprn": ["service", "vprn", "interface"],
+        "ies": ["service", "ies", "interface"],
     }
     with netconf_connect(
         hostname=router_name, ssh_params=ssh_params, **NCCLIENT_PARAMS
@@ -134,7 +136,7 @@ def get_netconf_interface_info_from_source_dir(router_name: str, source_dir: str
 
     return {
         key: read_doc_or_raise(f"{router_name}-{key}s.xml")
-        for key in ["port", "lag", "router-interface"]
+        for key in ["port", "lag", "router-interface", "ies", "vprn"]
     }
 
 
@@ -150,6 +152,14 @@ def _router_interface_xml(state_doc: etree.Element):
     return state_doc.xpath("//data/state/router/interface")
 
 
+def _ies_interface_xml(state_doc: etree.Element):
+    return state_doc.xpath("//data/state/service/ies/interface")
+
+
+def _vprn_interface_xml(state_doc: etree.Element):
+    return state_doc.xpath("//data/state/service/vprn/interface")
+
+
 def interface_counters(
     raw_counter_docs: dict, interfaces: Optional[Sequence[str]] = None
 ):
@@ -163,6 +173,8 @@ def interface_counters(
         "port": (INTERFACE_COUNTERS, _port_xml),
         "lag": (INTERFACE_COUNTERS, _lag_xml),
         "router-interface": (INTERFACE_COUNTERS_ALT, _router_interface_xml),
+        "ies": (INTERFACE_COUNTERS_ALT, _ies_interface_xml),
+        "vprn": (INTERFACE_COUNTERS_ALT, _vprn_interface_xml),
     }
 
     if interfaces is None:
diff --git a/setup.py b/setup.py
index 685499a6295402f54981056757ffee18a3bd70a8..1cf8d60af82eed801dc1d7a2435f7fea6833bd73 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='brian-polling-manager',
-    version="0.13",
+    version="0.14",
     author='GEANT',
     author_email='swd@geant.org',
     description='service for managing BRIAN polling checks',
diff --git a/test/interface_stats/conftest.py b/test/interface_stats/conftest.py
index b3ccb427aafbe1cafb4bd15f268d1b9c3bdbff3c..99585822674f340181357fe762a3afd38cb245ac 100644
--- a/test/interface_stats/conftest.py
+++ b/test/interface_stats/conftest.py
@@ -18,7 +18,13 @@ JUNIPER_ROUTERS = [
 NOKIA_ROUTERS = list(
     {
         path.name[: -len(suffix)]
-        for suffix in {"-ports.xml", "-lags.xml", "-router-interfaces.xml"}
+        for suffix in {
+            "-ports.xml",
+            "-lags.xml",
+            "-router-interfaces.xml",
+            "-iess.xml",
+            "-vprns.xml",
+        }
         for path in DATA_DIR.iterdir()
         if path.name.endswith(suffix)
     }
diff --git a/test/interface_stats/data/capture-test-data-nokia.py b/test/interface_stats/data/capture-test-data-nokia.py
index d4993568c0f4f9e581bb1a64e0f68c53a291ccc1..d342dc091335298597f86dbfd8abddf3a1c4966b 100644
--- a/test/interface_stats/data/capture-test-data-nokia.py
+++ b/test/interface_stats/data/capture-test-data-nokia.py
@@ -10,6 +10,7 @@ ncclient_logger.level = logging.WARNING
 
 ROUTERS = [
     "rt0.ams.nl.geant.net",
+    "rt0.lon2.uk.geant.net",
 ]
 
 SSH_PARAMS = {
@@ -28,7 +29,6 @@ def load_estate_interface_info():
             router_name=fqdn, ssh_params=SSH_PARAMS
         )
 
-        assert set(raw_counter_docs.keys()) == {"port", "lag", "router-interface"}
         for key, doc in raw_counter_docs.items():
             file = pathlib.Path(__file__).parent / f"{fqdn}-{key}s.xml"
             file.write_bytes(etree.tostring(doc))
diff --git a/test/interface_stats/data/rt0.ams.nl.geant.net-iess.xml b/test/interface_stats/data/rt0.ams.nl.geant.net-iess.xml
new file mode 100644
index 0000000000000000000000000000000000000000..bbcf2fa2f8dfd9c1ebb856afe9f1db9b5762de05
--- /dev/null
+++ b/test/interface_stats/data/rt0.ams.nl.geant.net-iess.xml
@@ -0,0 +1,4 @@
+<rpc-reply message-id="urn:uuid:6f098d71-0688-4cde-9861-ca1b7da785d1">
+  <data>
+    </data>
+</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.ams.nl.geant.net-lags.xml b/test/interface_stats/data/rt0.ams.nl.geant.net-lags.xml
index 7d645e4915d6443da680daa48f8fa2d299c6e55d..f7c7fac947de0768c2f66b22d83e6b4066d5b3de 100644
--- a/test/interface_stats/data/rt0.ams.nl.geant.net-lags.xml
+++ b/test/interface_stats/data/rt0.ams.nl.geant.net-lags.xml
@@ -1,4 +1,4 @@
-<rpc-reply message-id="urn:uuid:de93eb4e-7458-41dd-911e-e7fd9021f95e">
+<rpc-reply message-id="urn:uuid:9732aeaa-fcc0-4f1e-8e6c-7bff6dd5d7fb">
   <data>
     <state>
       <lag>
@@ -6,19 +6,19 @@
         <statistics>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>4262911680743558</in-octets>
-          <in-packets>4131460943831</in-packets>
+          <in-octets>4773239057713801</in-octets>
+          <in-packets>4559076798225</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>14543</in-broadcast-packets>
-          <in-multicast-packets>31651048</in-multicast-packets>
-          <in-unicast-packets>4131429278240</in-unicast-packets>
+          <in-broadcast-packets>15646</in-broadcast-packets>
+          <in-multicast-packets>34028990</in-multicast-packets>
+          <in-unicast-packets>4559042753589</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>6143111971753298</out-octets>
-          <out-packets>4585754847713</out-packets>
-          <out-broadcast-packets>82</out-broadcast-packets>
-          <out-multicast-packets>131933931835</out-multicast-packets>
-          <out-unicast-packets>4453820915796</out-unicast-packets>
+          <out-octets>6625774905937474</out-octets>
+          <out-packets>4952040944033</out-packets>
+          <out-broadcast-packets>84</out-broadcast-packets>
+          <out-multicast-packets>144943961545</out-multicast-packets>
+          <out-unicast-packets>4807096982404</out-unicast-packets>
         </statistics>
       </lag>
       <lag>
@@ -26,19 +26,19 @@
         <statistics>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>78688699170263699</in-octets>
-          <in-packets>69237004327539</in-packets>
+          <in-octets>86024929024327389</in-octets>
+          <in-packets>75612288130054</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>1895</in-broadcast-packets>
-          <in-multicast-packets>7033982258</in-multicast-packets>
-          <in-unicast-packets>69229970343386</in-unicast-packets>
+          <in-multicast-packets>7037431863</in-multicast-packets>
+          <in-unicast-packets>75605250696296</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>72222434098076111</out-octets>
-          <out-packets>61199416865411</out-packets>
+          <out-octets>77808423212516434</out-octets>
+          <out-packets>65980266155887</out-packets>
           <out-broadcast-packets>16</out-broadcast-packets>
-          <out-multicast-packets>797774566690</out-multicast-packets>
-          <out-unicast-packets>60401642298705</out-unicast-packets>
+          <out-multicast-packets>865248506847</out-multicast-packets>
+          <out-unicast-packets>65115017649024</out-unicast-packets>
         </statistics>
       </lag>
       <lag>
@@ -46,19 +46,19 @@
         <statistics>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>146841456717876906</in-octets>
-          <in-packets>123954876108483</in-packets>
+          <in-octets>158626828881850010</in-octets>
+          <in-packets>134012471720099</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>14676</in-broadcast-packets>
-          <in-multicast-packets>49671763</in-multicast-packets>
-          <in-unicast-packets>123954826422044</in-unicast-packets>
+          <in-broadcast-packets>15780</in-broadcast-packets>
+          <in-multicast-packets>53418436</in-multicast-packets>
+          <in-unicast-packets>134012418285883</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>101696790878608621</out-octets>
-          <out-packets>85739232991110</out-packets>
+          <out-octets>111842256108512776</out-octets>
+          <out-packets>94135497112326</out-packets>
           <out-broadcast-packets>2</out-broadcast-packets>
-          <out-multicast-packets>765302691551</out-multicast-packets>
-          <out-unicast-packets>84973930299557</out-unicast-packets>
+          <out-multicast-packets>827630248355</out-multicast-packets>
+          <out-unicast-packets>93307866863969</out-unicast-packets>
         </statistics>
       </lag>
       <lag>
@@ -66,19 +66,19 @@
         <statistics>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>112255955714300782</in-octets>
-          <in-packets>86277548109089</in-packets>
+          <in-octets>122660966008074526</in-octets>
+          <in-packets>94183104448573</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>4449</in-broadcast-packets>
-          <in-multicast-packets>802961090615</in-multicast-packets>
-          <in-unicast-packets>85474587014025</in-unicast-packets>
+          <in-multicast-packets>870552916665</in-multicast-packets>
+          <in-unicast-packets>93312551527459</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>141323252913094017</out-octets>
-          <out-packets>118405624891620</out-packets>
+          <out-octets>152614484674108271</out-octets>
+          <out-packets>127920067493029</out-packets>
           <out-broadcast-packets>56</out-broadcast-packets>
-          <out-multicast-packets>51205870</out-multicast-packets>
-          <out-unicast-packets>118405573685694</out-unicast-packets>
+          <out-multicast-packets>59968998</out-multicast-packets>
+          <out-unicast-packets>127920007523975</out-unicast-packets>
         </statistics>
       </lag>
       <lag>
@@ -86,19 +86,19 @@
         <statistics>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>30605692942167200</in-octets>
-          <in-packets>23850931371932</in-packets>
+          <in-octets>33359067795793961</in-octets>
+          <in-packets>25941053058416</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>7443</in-broadcast-packets>
-          <in-multicast-packets>81986733</in-multicast-packets>
-          <in-unicast-packets>23850849377756</in-unicast-packets>
+          <in-multicast-packets>93484535</in-multicast-packets>
+          <in-unicast-packets>25940959566438</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>52021331246724118</out-octets>
-          <out-packets>38480105732702</out-packets>
+          <out-octets>57375963091442498</out-octets>
+          <out-packets>42359754618643</out-packets>
           <out-broadcast-packets>30</out-broadcast-packets>
-          <out-multicast-packets>73536726606</out-multicast-packets>
-          <out-unicast-packets>38406569006066</out-unicast-packets>
+          <out-multicast-packets>79576088589</out-multicast-packets>
+          <out-unicast-packets>42280178530024</out-unicast-packets>
         </statistics>
       </lag>
     </state>
diff --git a/test/interface_stats/data/rt0.ams.nl.geant.net-ports.xml b/test/interface_stats/data/rt0.ams.nl.geant.net-ports.xml
index 59237a6a266d9adfda4dda142cd7b5867617d2cc..9df74546ffb77e1902b38b7cac97ba44e2dde83b 100644
--- a/test/interface_stats/data/rt0.ams.nl.geant.net-ports.xml
+++ b/test/interface_stats/data/rt0.ams.nl.geant.net-ports.xml
@@ -1,4 +1,4 @@
-<rpc-reply message-id="urn:uuid:75a2b5eb-06f8-45f1-8951-9f0cc77262e2">
+<rpc-reply message-id="urn:uuid:069b87b4-51eb-4360-93ea-bdd5e7b063aa">
   <data>
     <state>
       <port>
@@ -28,19 +28,19 @@
           <last-cleared-time>2024-06-25T08:04:28.9Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>55</in-errors>
-          <in-octets>56885605026660750</in-octets>
-          <in-packets>43620594231450</in-packets>
+          <in-octets>62345605670837613</in-octets>
+          <in-packets>47733103955716</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>117</in-broadcast-packets>
-          <in-multicast-packets>292791229312</in-multicast-packets>
-          <in-unicast-packets>43327803002021</in-unicast-packets>
+          <in-multicast-packets>328782639541</in-multicast-packets>
+          <in-unicast-packets>47404321316058</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>72157989158748288</out-octets>
-          <out-packets>61726240588828</out-packets>
+          <out-octets>77923797250564762</out-octets>
+          <out-packets>66747149986963</out-packets>
           <out-broadcast-packets>52</out-broadcast-packets>
-          <out-multicast-packets>28738286</out-multicast-packets>
-          <out-unicast-packets>61726211850490</out-unicast-packets>
+          <out-multicast-packets>32261902</out-multicast-packets>
+          <out-unicast-packets>66747117725009</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -115,17 +115,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>117</in-broadcast-packets>
-            <in-multicast-packets>292791229312</in-multicast-packets>
-            <in-unicast-packets>43327803002021</in-unicast-packets>
+            <in-multicast-packets>328782639541</in-multicast-packets>
+            <in-unicast-packets>47404321316058</in-unicast-packets>
             <in-errors>55</in-errors>
-            <in-octets>56885605026660750</in-octets>
-            <in-utilization>787</in-utilization>
+            <in-octets>62345605670837613</in-octets>
+            <in-utilization>1566</in-utilization>
             <out-broadcast-packets>52</out-broadcast-packets>
-            <out-multicast-packets>28738286</out-multicast-packets>
-            <out-unicast-packets>61726211850490</out-unicast-packets>
+            <out-multicast-packets>32261902</out-multicast-packets>
+            <out-unicast-packets>66747117725009</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>72157989158748288</out-octets>
-            <out-utilization>1177</out-utilization>
+            <out-octets>77923797250564762</out-octets>
+            <out-utilization>1966</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>18</crc-align-errors>
             <drop-events>0</drop-events>
@@ -134,9 +134,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>169</total-broadcast-packets>
-            <total-multicast-packets>292819967598</total-multicast-packets>
-            <total-octets>129043594185409038</total-octets>
-            <total-packets>105346834820278</total-packets>
+            <total-multicast-packets>328814901443</total-multicast-packets>
+            <total-octets>140269402921402375</total-octets>
+            <total-packets>114480253942679</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -159,13 +159,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>676898422580</octets-64>
-              <octets-65-to-127>17738958471275</octets-65-to-127>
-              <octets-128-to-255>1809964455121</octets-128-to-255>
-              <octets-256-to-511>1076604533690</octets-256-to-511>
-              <octets-512-to-1023>1360280737913</octets-512-to-1023>
-              <octets-1024-to-1518>17826378878825</octets-1024-to-1518>
-              <octets-1519-to-max>64857749320874</octets-1519-to-max>
+              <octets-64>724018383291</octets-64>
+              <octets-65-to-127>19194204830991</octets-65-to-127>
+              <octets-128-to-255>1969414910387</octets-128-to-255>
+              <octets-256-to-511>1178047948550</octets-256-to-511>
+              <octets-512-to-1023>1487771864581</octets-512-to-1023>
+              <octets-1024-to-1518>19146700116547</octets-1024-to-1518>
+              <octets-1519-to-max>70780095888332</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -241,7 +241,7 @@
               <remote-system>
                 <remote-time-mark>2225593778</remote-time-mark>
                 <remote-index>78</remote-index>
-                <age>2534353</age>
+                <age>3854653</age>
                 <chassis-id>E0:CB:19:8F:44:88</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>1610899521</remote-port-id>
@@ -254,12 +254,12 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>580344</frames>
+                  <frames>624354</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>9</age-outs>
-                  <frames>594712</frames>
+                  <frames>638722</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
@@ -3040,19 +3040,19 @@
           <last-cleared-time>2024-06-25T08:04:28.9Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>17</in-errors>
-          <in-octets>55370325244634895</in-octets>
-          <in-packets>42656931031611</in-packets>
+          <in-octets>60315265934726289</in-octets>
+          <in-packets>46449926555482</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>4332</in-broadcast-packets>
-          <in-multicast-packets>510169586812</in-multicast-packets>
-          <in-unicast-packets>42146761440467</in-unicast-packets>
+          <in-multicast-packets>541770000647</in-multicast-packets>
+          <in-unicast-packets>45908156550503</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>69165196989839961</out-octets>
-          <out-packets>56679329631879</out-packets>
+          <out-octets>74690577411207341</out-octets>
+          <out-packets>61172831844990</out-packets>
           <out-broadcast-packets>4</out-broadcast-packets>
-          <out-multicast-packets>22467543</out-multicast-packets>
-          <out-unicast-packets>56679307164332</out-unicast-packets>
+          <out-multicast-packets>27707080</out-multicast-packets>
+          <out-unicast-packets>61172804137906</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -3127,17 +3127,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>4332</in-broadcast-packets>
-            <in-multicast-packets>510169586812</in-multicast-packets>
-            <in-unicast-packets>42146761440467</in-unicast-packets>
+            <in-multicast-packets>541770000647</in-multicast-packets>
+            <in-unicast-packets>45908156550503</in-unicast-packets>
             <in-errors>17</in-errors>
-            <in-octets>55370325244634895</in-octets>
-            <in-utilization>604</in-utilization>
+            <in-octets>60315265934726289</in-octets>
+            <in-utilization>1510</in-utilization>
             <out-broadcast-packets>4</out-broadcast-packets>
-            <out-multicast-packets>22467543</out-multicast-packets>
-            <out-unicast-packets>56679307164332</out-unicast-packets>
+            <out-multicast-packets>27707080</out-multicast-packets>
+            <out-unicast-packets>61172804137906</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>69165196989839961</out-octets>
-            <out-utilization>1098</out-utilization>
+            <out-octets>74690577411207341</out-octets>
+            <out-utilization>1844</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>9</crc-align-errors>
             <drop-events>0</drop-events>
@@ -3146,9 +3146,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>4336</total-broadcast-packets>
-            <total-multicast-packets>510192054355</total-multicast-packets>
-            <total-octets>124535522234474856</total-octets>
-            <total-packets>99336260663490</total-packets>
+            <total-multicast-packets>541797707727</total-multicast-packets>
+            <total-octets>135005843345933630</total-octets>
+            <total-packets>107622758400472</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -3171,13 +3171,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>680724976340</octets-64>
-              <octets-65-to-127>14986783078381</octets-65-to-127>
-              <octets-128-to-255>1541451909153</octets-128-to-255>
-              <octets-256-to-511>973603017701</octets-256-to-511>
-              <octets-512-to-1023>1269551559547</octets-512-to-1023>
-              <octets-1024-to-1518>16762930584782</octets-1024-to-1518>
-              <octets-1519-to-max>63121215537586</octets-1519-to-max>
+              <octets-64>728208556426</octets-64>
+              <octets-65-to-127>16104005967190</octets-65-to-127>
+              <octets-128-to-255>1677039625869</octets-128-to-255>
+              <octets-256-to-511>1066429377217</octets-256-to-511>
+              <octets-512-to-1023>1390136445623</octets-512-to-1023>
+              <octets-1024-to-1518>18004215443628</octets-1024-to-1518>
+              <octets-1519-to-max>68652722984519</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -3253,7 +3253,7 @@
               <remote-system>
                 <remote-time-mark>2225593798</remote-time-mark>
                 <remote-index>79</remote-index>
-                <age>2534352</age>
+                <age>3854653</age>
                 <chassis-id>E0:CB:19:8F:44:88</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>1610899777</remote-port-id>
@@ -3266,12 +3266,12 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>580323</frames>
+                  <frames>624333</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>9</age-outs>
-                  <frames>594687</frames>
+                  <frames>638697</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
@@ -3764,19 +3764,19 @@
           <last-cleared-time>2024-06-27T10:21:54.8Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>13</in-errors>
-          <in-octets>4262911293849876</in-octets>
-          <in-packets>4131459726802</in-packets>
+          <in-octets>4773237680610770</in-octets>
+          <in-packets>4559075410716</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>14543</in-broadcast-packets>
-          <in-multicast-packets>31651035</in-multicast-packets>
-          <in-unicast-packets>4131428061224</in-unicast-packets>
+          <in-broadcast-packets>15646</in-broadcast-packets>
+          <in-multicast-packets>34028979</in-multicast-packets>
+          <in-unicast-packets>4559041366091</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>6143109642914334</out-octets>
-          <out-packets>4585753156357</out-packets>
-          <out-broadcast-packets>82</out-broadcast-packets>
-          <out-multicast-packets>131933847867</out-multicast-packets>
-          <out-unicast-packets>4453819308408</out-unicast-packets>
+          <out-octets>6625772762839741</out-octets>
+          <out-packets>4952039300658</out-packets>
+          <out-broadcast-packets>84</out-broadcast-packets>
+          <out-multicast-packets>144943939314</out-multicast-packets>
+          <out-unicast-packets>4807095361260</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -3810,7 +3810,7 @@
           <mdi-type>unknown</mdi-type>
           <oper-duplex>full</oper-duplex>
           <oper-speed>100000</oper-speed>
-          <oper-state-change-count>87</oper-state-change-count>
+          <oper-state-change-count>89</oper-state-change-count>
           <oper-tx-clock>not-applicable</oper-tx-clock>
           <oper-egress-rate>unrestricted</oper-egress-rate>
           <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
@@ -3850,18 +3850,18 @@
             <transmitted-quality-level>reserved0</transmitted-quality-level>
           </ssm>
           <statistics>
-            <in-broadcast-packets>14543</in-broadcast-packets>
-            <in-multicast-packets>31651035</in-multicast-packets>
-            <in-unicast-packets>4131428061224</in-unicast-packets>
+            <in-broadcast-packets>15646</in-broadcast-packets>
+            <in-multicast-packets>34028979</in-multicast-packets>
+            <in-unicast-packets>4559041366091</in-unicast-packets>
             <in-errors>13</in-errors>
-            <in-octets>4262911293849876</in-octets>
-            <in-utilization>93</in-utilization>
-            <out-broadcast-packets>82</out-broadcast-packets>
-            <out-multicast-packets>131933847867</out-multicast-packets>
-            <out-unicast-packets>4453819308408</out-unicast-packets>
+            <in-octets>4773237680610770</in-octets>
+            <in-utilization>159</in-utilization>
+            <out-broadcast-packets>84</out-broadcast-packets>
+            <out-multicast-packets>144943939314</out-multicast-packets>
+            <out-unicast-packets>4807095361260</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>6143109642914334</out-octets>
-            <out-utilization>410</out-utilization>
+            <out-octets>6625772762839741</out-octets>
+            <out-utilization>294</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>2</crc-align-errors>
             <drop-events>0</drop-events>
@@ -3869,10 +3869,10 @@
             <jabbers>5</jabbers>
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>14625</total-broadcast-packets>
-            <total-multicast-packets>131965498902</total-multicast-packets>
-            <total-octets>10406020936764210</total-octets>
-            <total-packets>8717212883159</total-packets>
+            <total-broadcast-packets>15730</total-broadcast-packets>
+            <total-multicast-packets>144977968293</total-multicast-packets>
+            <total-octets>11399010443450511</total-octets>
+            <total-packets>9511114711374</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -3895,13 +3895,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>91678868257</octets-64>
-              <octets-65-to-127>1500171649879</octets-65-to-127>
-              <octets-128-to-255>152527759809</octets-128-to-255>
-              <octets-256-to-511>62668270972</octets-256-to-511>
-              <octets-512-to-1023>150071952799</octets-512-to-1023>
-              <octets-1024-to-1518>4287675056800</octets-1024-to-1518>
-              <octets-1519-to-max>2472419324643</octets-1519-to-max>
+              <octets-64>102863042773</octets-64>
+              <octets-65-to-127>1615391469015</octets-65-to-127>
+              <octets-128-to-255>159616136447</octets-128-to-255>
+              <octets-256-to-511>66795840330</octets-256-to-511>
+              <octets-512-to-1023>161075425280</octets-512-to-1023>
+              <octets-1024-to-1518>4621018164891</octets-1024-to-1518>
+              <octets-1519-to-max>2784354632638</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -3975,9 +3975,9 @@
             <dest-mac>
               <mac-type>nearest-bridge</mac-type>
               <remote-system>
-                <remote-time-mark>2227046278</remote-time-mark>
-                <remote-index>80</remote-index>
-                <age>2519828</age>
+                <remote-time-mark>2531726618</remote-time-mark>
+                <remote-index>81</remote-index>
+                <age>793325</age>
                 <chassis-id>E4:5D:37:87:3D:80</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>et-0/0/2</remote-port-id>
@@ -3997,16 +3997,16 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>580399</frames>
+                  <frames>624413</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>8</age-outs>
-                  <frames>627290</frames>
+                  <frames>674860</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>2509160</tlv-unknown>
+                  <tlv-unknown>2699440</tlv-unknown>
                 </receive>
               </statistics>
               <tx-mgmt-address>
@@ -10163,19 +10163,19 @@
           <last-cleared-time>2024-06-25T09:02:23.0Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>74613081974788812</in-octets>
-          <in-packets>62793767370691</in-packets>
+          <in-octets>80702183679381744</in-octets>
+          <in-packets>67959565891102</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>14676</in-broadcast-packets>
-          <in-multicast-packets>28035974</in-multicast-packets>
-          <in-unicast-packets>62793739320041</in-unicast-packets>
+          <in-broadcast-packets>15780</in-broadcast-packets>
+          <in-multicast-packets>30194760</in-multicast-packets>
+          <in-unicast-packets>67959535680562</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>44914536105714406</out-octets>
-          <out-packets>34897860071968</out-packets>
+          <out-octets>49207552751236048</out-octets>
+          <out-packets>38238985693407</out-packets>
           <out-broadcast-packets>2</out-broadcast-packets>
-          <out-multicast-packets>409093384649</out-multicast-packets>
-          <out-unicast-packets>34488766687317</out-unicast-packets>
+          <out-multicast-packets>434165434954</out-multicast-packets>
+          <out-unicast-packets>37804820258451</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -10249,18 +10249,18 @@
             <transmitted-quality-level>reserved0</transmitted-quality-level>
           </ssm>
           <statistics>
-            <in-broadcast-packets>14676</in-broadcast-packets>
-            <in-multicast-packets>28035974</in-multicast-packets>
-            <in-unicast-packets>62793739320041</in-unicast-packets>
+            <in-broadcast-packets>15780</in-broadcast-packets>
+            <in-multicast-packets>30194760</in-multicast-packets>
+            <in-unicast-packets>67959535680562</in-unicast-packets>
             <in-errors>0</in-errors>
-            <in-octets>74613081974788812</in-octets>
-            <in-utilization>1131</in-utilization>
+            <in-octets>80702183679381744</in-octets>
+            <in-utilization>1240</in-utilization>
             <out-broadcast-packets>2</out-broadcast-packets>
-            <out-multicast-packets>409093384649</out-multicast-packets>
-            <out-unicast-packets>34488766687317</out-unicast-packets>
+            <out-multicast-packets>434165434954</out-multicast-packets>
+            <out-unicast-packets>37804820258451</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>44914536105714406</out-octets>
-            <out-utilization>673</out-utilization>
+            <out-octets>49207552751236048</out-octets>
+            <out-utilization>649</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>0</crc-align-errors>
             <drop-events>0</drop-events>
@@ -10268,10 +10268,10 @@
             <jabbers>0</jabbers>
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>14678</total-broadcast-packets>
-            <total-multicast-packets>409121420623</total-multicast-packets>
-            <total-octets>119527618080503218</total-octets>
-            <total-packets>97691627442659</total-packets>
+            <total-broadcast-packets>15782</total-broadcast-packets>
+            <total-multicast-packets>434195629714</total-multicast-packets>
+            <total-octets>129909736430617792</total-octets>
+            <total-packets>106198551584509</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -10294,13 +10294,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>1069456785148</octets-64>
-              <octets-65-to-127>16974769659286</octets-65-to-127>
-              <octets-128-to-255>1806731770119</octets-128-to-255>
-              <octets-256-to-511>904333676409</octets-256-to-511>
-              <octets-512-to-1023>1528074238222</octets-512-to-1023>
-              <octets-1024-to-1518>22046722857186</octets-1024-to-1518>
-              <octets-1519-to-max>53361538456289</octets-1519-to-max>
+              <octets-64>1164941610983</octets-64>
+              <octets-65-to-127>18396403680949</octets-65-to-127>
+              <octets-128-to-255>1989595143140</octets-128-to-255>
+              <octets-256-to-511>995823952814</octets-256-to-511>
+              <octets-512-to-1023>1672950349235</octets-512-to-1023>
+              <octets-1024-to-1518>23968816308486</octets-1024-to-1518>
+              <octets-1519-to-max>58010020538902</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -10376,7 +10376,7 @@
               <remote-system>
                 <remote-time-mark>716825878</remote-time-mark>
                 <remote-index>5</remote-index>
-                <age>17622033</age>
+                <age>18942334</age>
                 <chassis-id>2C:21:31:2C:FB:C0</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>et-7/0/4</remote-port-id>
@@ -10396,16 +10396,16 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>587406</frames>
+                  <frames>631416</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>0</age-outs>
-                  <frames>635026</frames>
+                  <frames>682597</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>2540104</tlv-unknown>
+                  <tlv-unknown>2730388</tlv-unknown>
                 </receive>
               </statistics>
               <tx-mgmt-address>
@@ -20266,19 +20266,19 @@
           <last-cleared-time>2024-06-27T08:00:49.5Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>39</in-errors>
-          <in-octets>33975475932201231</in-octets>
-          <in-packets>27752257969730</in-packets>
+          <in-octets>37078853006755859</in-octets>
+          <in-packets>30167831622482</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>1895</in-broadcast-packets>
-          <in-multicast-packets>4775571083</in-multicast-packets>
-          <in-unicast-packets>27747482396752</in-unicast-packets>
+          <in-multicast-packets>4777270666</in-multicast-packets>
+          <in-unicast-packets>30163054349921</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>34793417016214008</out-octets>
-          <out-packets>29749511186543</out-packets>
+          <out-octets>37463567063674797</out-octets>
+          <out-packets>32063760338599</out-packets>
           <out-broadcast-packets>16</out-broadcast-packets>
-          <out-multicast-packets>411800412350</out-multicast-packets>
-          <out-unicast-packets>29337710774177</out-unicast-packets>
+          <out-multicast-packets>439153337226</out-multicast-packets>
+          <out-unicast-packets>31624607001357</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -20353,17 +20353,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>1895</in-broadcast-packets>
-            <in-multicast-packets>4775571083</in-multicast-packets>
-            <in-unicast-packets>27747482396752</in-unicast-packets>
+            <in-multicast-packets>4777270666</in-multicast-packets>
+            <in-unicast-packets>30163054349921</in-unicast-packets>
             <in-errors>39</in-errors>
-            <in-octets>33975475932201231</in-octets>
-            <in-utilization>564</in-utilization>
+            <in-octets>37078853006755859</in-octets>
+            <in-utilization>2197</in-utilization>
             <out-broadcast-packets>16</out-broadcast-packets>
-            <out-multicast-packets>411800412350</out-multicast-packets>
-            <out-unicast-packets>29337710774177</out-unicast-packets>
+            <out-multicast-packets>439153337226</out-multicast-packets>
+            <out-unicast-packets>31624607001357</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>34793417016214008</out-octets>
-            <out-utilization>369</out-utilization>
+            <out-octets>37463567063674797</out-octets>
+            <out-utilization>2117</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>9</crc-align-errors>
             <drop-events>0</drop-events>
@@ -20372,9 +20372,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>1911</total-broadcast-packets>
-            <total-multicast-packets>416575983433</total-multicast-packets>
-            <total-octets>68768892948415239</total-octets>
-            <total-packets>57501769156273</total-packets>
+            <total-multicast-packets>443930607892</total-multicast-packets>
+            <total-octets>74542420070430656</total-octets>
+            <total-packets>62231591961081</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -20397,13 +20397,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>581230653895</octets-64>
-              <octets-65-to-127>9685529593690</octets-65-to-127>
-              <octets-128-to-255>1511433744955</octets-128-to-255>
-              <octets-256-to-511>819325855434</octets-256-to-511>
-              <octets-512-to-1023>1030874874057</octets-512-to-1023>
-              <octets-1024-to-1518>13100467484320</octets-1024-to-1518>
-              <octets-1519-to-max>30772906949922</octets-1519-to-max>
+              <octets-64>617077156068</octets-64>
+              <octets-65-to-127>10432904423558</octets-65-to-127>
+              <octets-128-to-255>1620853826825</octets-128-to-255>
+              <octets-256-to-511>888745039746</octets-256-to-511>
+              <octets-512-to-1023>1114191879736</octets-512-to-1023>
+              <octets-1024-to-1518>14066057903398</octets-1024-to-1518>
+              <octets-1519-to-max>33491761731750</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -20479,7 +20479,7 @@
               <remote-system>
                 <remote-time-mark>1811870150</remote-time-mark>
                 <remote-index>26</remote-index>
-                <age>6671592</age>
+                <age>7991892</age>
                 <chassis-id>80:B9:46:F2:0D:30</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>1610899521</remote-port-id>
@@ -20492,12 +20492,12 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>581767</frames>
+                  <frames>625777</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>1</age-outs>
-                  <frames>587813</frames>
+                  <frames>631823</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
@@ -23278,19 +23278,19 @@
           <last-cleared-time>2024-06-27T08:00:49.5Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>120</in-errors>
-          <in-octets>44713209035966208</in-octets>
-          <in-packets>41484735557389</in-packets>
+          <in-octets>48945999840096936</in-octets>
+          <in-packets>45444395484974</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>2258411168</in-multicast-packets>
-          <in-unicast-packets>41482477146221</in-unicast-packets>
+          <in-multicast-packets>2260161187</in-multicast-packets>
+          <in-unicast-packets>45442135323787</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>37429006686011924</out-octets>
-          <out-packets>31449897098836</out-packets>
+          <out-octets>40344778339694841</out-octets>
+          <out-packets>33916443155468</out-packets>
           <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>385974017594</out-multicast-packets>
-          <out-unicast-packets>31063923081242</out-unicast-packets>
+          <out-multicast-packets>426094984425</out-multicast-packets>
+          <out-unicast-packets>33490348171043</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -23365,17 +23365,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>2258411168</in-multicast-packets>
-            <in-unicast-packets>41482477146221</in-unicast-packets>
+            <in-multicast-packets>2260161187</in-multicast-packets>
+            <in-unicast-packets>45442135323787</in-unicast-packets>
             <in-errors>120</in-errors>
-            <in-octets>44713209035966208</in-octets>
-            <in-utilization>535</in-utilization>
+            <in-octets>48945999840096936</in-octets>
+            <in-utilization>2585</in-utilization>
             <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>385974017594</out-multicast-packets>
-            <out-unicast-packets>31063923081242</out-unicast-packets>
+            <out-multicast-packets>426094984425</out-multicast-packets>
+            <out-unicast-packets>33490348171043</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>37429006686011924</out-octets>
-            <out-utilization>484</out-utilization>
+            <out-octets>40344778339694841</out-octets>
+            <out-utilization>1918</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>35</crc-align-errors>
             <drop-events>0</drop-events>
@@ -23384,9 +23384,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>388232428762</total-multicast-packets>
-            <total-octets>82142215721978132</total-octets>
-            <total-packets>72934632656225</total-packets>
+            <total-multicast-packets>428355145612</total-multicast-packets>
+            <total-octets>89290778179791777</total-octets>
+            <total-packets>79360838640442</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -23409,13 +23409,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>570468595755</octets-64>
-              <octets-65-to-127>15234335168308</octets-65-to-127>
-              <octets-128-to-255>2911471037902</octets-128-to-255>
-              <octets-256-to-511>1187341677428</octets-256-to-511>
-              <octets-512-to-1023>1458120831106</octets-512-to-1023>
-              <octets-1024-to-1518>16953938341714</octets-1024-to-1518>
-              <octets-1519-to-max>34618957004012</octets-1519-to-max>
+              <octets-64>607835306523</octets-64>
+              <octets-65-to-127>16606656558924</octets-65-to-127>
+              <octets-128-to-255>3200365534540</octets-128-to-255>
+              <octets-256-to-511>1303633832116</octets-256-to-511>
+              <octets-512-to-1023>1590588364113</octets-512-to-1023>
+              <octets-1024-to-1518>18281872858875</octets-1024-to-1518>
+              <octets-1519-to-max>37769886185351</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -23491,7 +23491,7 @@
               <remote-system>
                 <remote-time-mark>1811869960</remote-time-mark>
                 <remote-index>25</remote-index>
-                <age>6671594</age>
+                <age>7991895</age>
                 <chassis-id>80:B9:46:F2:0D:30</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>1610899777</remote-port-id>
@@ -23504,12 +23504,12 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>581768</frames>
+                  <frames>625778</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>2</age-outs>
-                  <frames>587817</frames>
+                  <frames>631827</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
@@ -24002,19 +24002,19 @@
           <last-cleared-time>2024-06-27T09:01:30.9Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>1</in-errors>
-          <in-octets>10193301983709047</in-octets>
-          <in-packets>7951566068786</in-packets>
+          <in-octets>11121136384498391</in-octets>
+          <in-packets>8656123250812</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>7443</in-broadcast-packets>
-          <in-multicast-packets>29676893</in-multicast-packets>
-          <in-unicast-packets>7951536384450</in-unicast-packets>
+          <in-multicast-packets>32202023</in-multicast-packets>
+          <in-unicast-packets>8656091041346</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>17177235530879396</out-octets>
-          <out-packets>12727562834980</out-packets>
+          <out-octets>18961788535063973</out-octets>
+          <out-packets>14024542351145</out-packets>
           <out-broadcast-packets>30</out-broadcast-packets>
-          <out-multicast-packets>31174437982</out-multicast-packets>
-          <out-unicast-packets>12696388396968</out-unicast-packets>
+          <out-multicast-packets>33104342724</out-multicast-packets>
+          <out-unicast-packets>13991438008391</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -24089,17 +24089,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>7443</in-broadcast-packets>
-            <in-multicast-packets>29676893</in-multicast-packets>
-            <in-unicast-packets>7951536384450</in-unicast-packets>
+            <in-multicast-packets>32202023</in-multicast-packets>
+            <in-unicast-packets>8656091041346</in-unicast-packets>
             <in-errors>1</in-errors>
-            <in-octets>10193301983709047</in-octets>
-            <in-utilization>592</in-utilization>
+            <in-octets>11121136384498391</in-octets>
+            <in-utilization>804</in-utilization>
             <out-broadcast-packets>30</out-broadcast-packets>
-            <out-multicast-packets>31174437982</out-multicast-packets>
-            <out-unicast-packets>12696388396968</out-unicast-packets>
+            <out-multicast-packets>33104342724</out-multicast-packets>
+            <out-unicast-packets>13991438008391</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>17177235530879396</out-octets>
-            <out-utilization>591</out-utilization>
+            <out-octets>18961788535063973</out-octets>
+            <out-utilization>1633</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>1</crc-align-errors>
             <drop-events>0</drop-events>
@@ -24108,9 +24108,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>7473</total-broadcast-packets>
-            <total-multicast-packets>31204114875</total-multicast-packets>
-            <total-octets>27370537514588443</total-octets>
-            <total-packets>20679128903766</total-packets>
+            <total-multicast-packets>33136544747</total-multicast-packets>
+            <total-octets>30082924919562364</total-octets>
+            <total-packets>22680665601957</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -24133,13 +24133,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>91618881134</octets-64>
-              <octets-65-to-127>2554898032224</octets-65-to-127>
-              <octets-128-to-255>182815227423</octets-128-to-255>
-              <octets-256-to-511>140865979734</octets-256-to-511>
-              <octets-512-to-1023>140714437775</octets-512-to-1023>
-              <octets-1024-to-1518>1759129903492</octets-1024-to-1518>
-              <octets-1519-to-max>15809086441984</octets-1519-to-max>
+              <octets-64>98860035805</octets-64>
+              <octets-65-to-127>2755378894855</octets-65-to-127>
+              <octets-128-to-255>198083935388</octets-128-to-255>
+              <octets-256-to-511>154046424542</octets-256-to-511>
+              <octets-512-to-1023>153153598784</octets-512-to-1023>
+              <octets-1024-to-1518>1877410020385</octets-1024-to-1518>
+              <octets-1519-to-max>17443732692198</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -24215,7 +24215,7 @@
               <remote-system>
                 <remote-time-mark>1948842190</remote-time-mark>
                 <remote-index>36</remote-index>
-                <age>5301872</age>
+                <age>6622173</age>
                 <chassis-id>80:B9:46:ED:05:30</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>1610899969</remote-port-id>
@@ -24228,12 +24228,12 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>581590</frames>
+                  <frames>625600</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>3</age-outs>
-                  <frames>605508</frames>
+                  <frames>649518</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
@@ -24342,19 +24342,19 @@
           <last-cleared-time>2024-06-27T09:01:30.9Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>6</in-errors>
-          <in-octets>10170367690411515</in-octets>
-          <in-packets>7928117251876</in-packets>
+          <in-octets>11079616731394179</in-octets>
+          <in-packets>8617526732191</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>25142547</in-multicast-packets>
-          <in-unicast-packets>7928092109329</in-unicast-packets>
+          <in-multicast-packets>28353706</in-multicast-packets>
+          <in-unicast-packets>8617498378485</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>17028068309719530</out-octets>
-          <out-packets>12678136364004</out-packets>
+          <out-octets>18802750531247948</out-octets>
+          <out-packets>13963221578498</out-packets>
           <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>18234679281</out-multicast-packets>
-          <out-unicast-packets>12659901684723</out-unicast-packets>
+          <out-multicast-packets>20811361218</out-multicast-packets>
+          <out-unicast-packets>13942410217280</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -24429,17 +24429,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>25142547</in-multicast-packets>
-            <in-unicast-packets>7928092109329</in-unicast-packets>
+            <in-multicast-packets>28353706</in-multicast-packets>
+            <in-unicast-packets>8617498378485</in-unicast-packets>
             <in-errors>6</in-errors>
-            <in-octets>10170367690411515</in-octets>
-            <in-utilization>592</in-utilization>
+            <in-octets>11079616731394179</in-octets>
+            <in-utilization>889</in-utilization>
             <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>18234679281</out-multicast-packets>
-            <out-unicast-packets>12659901684723</out-unicast-packets>
+            <out-multicast-packets>20811361218</out-multicast-packets>
+            <out-unicast-packets>13942410217280</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>17028068309719530</out-octets>
-            <out-utilization>500</out-utilization>
+            <out-octets>18802750531247948</out-octets>
+            <out-utilization>1489</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>1</crc-align-errors>
             <drop-events>0</drop-events>
@@ -24448,9 +24448,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>18259821828</total-multicast-packets>
-            <total-octets>27198436000131045</total-octets>
-            <total-packets>20606253615880</total-packets>
+            <total-multicast-packets>20839714924</total-multicast-packets>
+            <total-octets>29882367262642127</total-octets>
+            <total-packets>22580748310689</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -24473,13 +24473,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>92509220089</octets-64>
-              <octets-65-to-127>2640552843819</octets-65-to-127>
-              <octets-128-to-255>238329747627</octets-128-to-255>
-              <octets-256-to-511>113314584965</octets-256-to-511>
-              <octets-512-to-1023>144032307263</octets-512-to-1023>
-              <octets-1024-to-1518>1548361017737</octets-1024-to-1518>
-              <octets-1519-to-max>15829153894380</octets-1519-to-max>
+              <octets-64>100003785442</octets-64>
+              <octets-65-to-127>2839925662112</octets-65-to-127>
+              <octets-128-to-255>251181768325</octets-128-to-255>
+              <octets-256-to-511>120691504264</octets-256-to-511>
+              <octets-512-to-1023>155843524517</octets-512-to-1023>
+              <octets-1024-to-1518>1662971845667</octets-1024-to-1518>
+              <octets-1519-to-max>17450130220362</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -24555,7 +24555,7 @@
               <remote-system>
                 <remote-time-mark>1948842190</remote-time-mark>
                 <remote-index>37</remote-index>
-                <age>5301872</age>
+                <age>6622173</age>
                 <chassis-id>80:B9:46:ED:05:30</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>1610899970</remote-port-id>
@@ -24568,12 +24568,12 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>581587</frames>
+                  <frames>625597</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>3</age-outs>
-                  <frames>605480</frames>
+                  <frames>649490</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
@@ -24702,19 +24702,19 @@
           <last-cleared-time>2024-06-27T09:01:30.9Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>2</in-errors>
-          <in-octets>10242017876625735</in-octets>
-          <in-packets>7971244126472</in-packets>
+          <in-octets>11158302183951514</in-octets>
+          <in-packets>8667393880622</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>27167281</in-multicast-packets>
-          <in-unicast-packets>7971216959191</in-unicast-packets>
+          <in-multicast-packets>32928786</in-multicast-packets>
+          <in-unicast-packets>8667360951836</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>17816022678573242</out-octets>
-          <out-packets>13074402328181</out-packets>
+          <out-octets>19611407809653766</out-octets>
+          <out-packets>14371978808259</out-packets>
           <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>24127586024</out-multicast-packets>
-          <out-unicast-packets>13050274742157</out-unicast-packets>
+          <out-multicast-packets>25660371562</out-multicast-packets>
+          <out-unicast-packets>14346318436697</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -24789,17 +24789,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>27167281</in-multicast-packets>
-            <in-unicast-packets>7971216959191</in-unicast-packets>
+            <in-multicast-packets>32928786</in-multicast-packets>
+            <in-unicast-packets>8667360951836</in-unicast-packets>
             <in-errors>2</in-errors>
-            <in-octets>10242017876625735</in-octets>
-            <in-utilization>572</in-utilization>
+            <in-octets>11158302183951514</in-octets>
+            <in-utilization>888</in-utilization>
             <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>24127586024</out-multicast-packets>
-            <out-unicast-packets>13050274742157</out-unicast-packets>
+            <out-multicast-packets>25660371562</out-multicast-packets>
+            <out-unicast-packets>14346318436697</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>17816022678573242</out-octets>
-            <out-utilization>755</out-utilization>
+            <out-octets>19611407809653766</out-octets>
+            <out-utilization>1696</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>1</crc-align-errors>
             <drop-events>0</drop-events>
@@ -24808,9 +24808,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>24154753305</total-multicast-packets>
-            <total-octets>28058040555198977</total-octets>
-            <total-packets>21045646454653</total-packets>
+            <total-multicast-packets>25693300348</total-multicast-packets>
+            <total-octets>30769709993605280</total-octets>
+            <total-packets>23039372688881</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -24833,13 +24833,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>90830156595</octets-64>
-              <octets-65-to-127>2537084286394</octets-65-to-127>
-              <octets-128-to-255>159574625837</octets-128-to-255>
-              <octets-256-to-511>89029121701</octets-256-to-511>
-              <octets-512-to-1023>138114183336</octets-512-to-1023>
-              <octets-1024-to-1518>2128610182248</octets-1024-to-1518>
-              <octets-1519-to-max>15902403898542</octets-1519-to-max>
+              <octets-64>99152006934</octets-64>
+              <octets-65-to-127>2736606861573</octets-65-to-127>
+              <octets-128-to-255>172940399396</octets-128-to-255>
+              <octets-256-to-511>97054883863</octets-256-to-511>
+              <octets-512-to-1023>150383430805</octets-512-to-1023>
+              <octets-1024-to-1518>2235802398804</octets-1024-to-1518>
+              <octets-1519-to-max>17547432707506</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -24915,7 +24915,7 @@
               <remote-system>
                 <remote-time-mark>1948842190</remote-time-mark>
                 <remote-index>38</remote-index>
-                <age>5301872</age>
+                <age>6622173</age>
                 <chassis-id>80:B9:46:ED:05:30</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>1610900033</remote-port-id>
@@ -24928,12 +24928,12 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>581587</frames>
+                  <frames>625597</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>3</age-outs>
-                  <frames>605525</frames>
+                  <frames>649535</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
@@ -30426,19 +30426,19 @@
           <last-cleared-time>2024-06-25T09:02:23.0Z</last-cleared-time>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>72228340059260931</in-octets>
-          <in-packets>61161079990258</in-packets>
+          <in-octets>77924600494993726</in-octets>
+          <in-packets>66052868248263</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
           <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>21635771</in-multicast-packets>
-          <in-unicast-packets>61161058354487</in-unicast-packets>
+          <in-multicast-packets>23223664</in-multicast-packets>
+          <in-unicast-packets>66052845024599</in-unicast-packets>
           <out-discards>0</out-discards>
           <out-errors>0</out-errors>
-          <out-octets>56782236430728409</out-octets>
-          <out-packets>50841359110932</out-packets>
+          <out-octets>62634676904949217</out-octets>
+          <out-packets>55896487911503</out-packets>
           <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>356209166089</out-multicast-packets>
-          <out-unicast-packets>50485149944843</out-unicast-packets>
+          <out-multicast-packets>393464663425</out-multicast-packets>
+          <out-unicast-packets>55503023248078</out-unicast-packets>
           <egress-queue>
             <queue>
               <queue-id>1</queue-id>
@@ -30513,17 +30513,17 @@
           </ssm>
           <statistics>
             <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>21635771</in-multicast-packets>
-            <in-unicast-packets>61161058354487</in-unicast-packets>
+            <in-multicast-packets>23223664</in-multicast-packets>
+            <in-unicast-packets>66052845024599</in-unicast-packets>
             <in-errors>0</in-errors>
-            <in-octets>72228340059260931</in-octets>
-            <in-utilization>1022</in-utilization>
+            <in-octets>77924600494993726</in-octets>
+            <in-utilization>981</in-utilization>
             <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>356209166089</out-multicast-packets>
-            <out-unicast-packets>50485149944843</out-unicast-packets>
+            <out-multicast-packets>393464663425</out-multicast-packets>
+            <out-unicast-packets>55503023248078</out-unicast-packets>
             <out-errors>0</out-errors>
-            <out-octets>56782236430728409</out-octets>
-            <out-utilization>737</out-utilization>
+            <out-octets>62634676904949217</out-octets>
+            <out-utilization>1005</out-utilization>
             <collisions>0</collisions>
             <crc-align-errors>0</crc-align-errors>
             <drop-events>0</drop-events>
@@ -30532,9 +30532,9 @@
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
             <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>356230801860</total-multicast-packets>
-            <total-octets>129010576489989340</total-octets>
-            <total-packets>112002439101190</total-packets>
+            <total-multicast-packets>393487887089</total-multicast-packets>
+            <total-octets>140559277399942943</total-octets>
+            <total-packets>121949356159766</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -30557,13 +30557,13 @@
               </pause>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>1062836414316</octets-64>
-              <octets-65-to-127>24098949668416</octets-65-to-127>
-              <octets-128-to-255>2973779885716</octets-128-to-255>
-              <octets-256-to-511>1334013456790</octets-256-to-511>
-              <octets-512-to-1023>2429930604864</octets-512-to-1023>
-              <octets-1024-to-1518>24004104727527</octets-1024-to-1518>
-              <octets-1519-to-max>56098824343561</octets-1519-to-max>
+              <octets-64>1155004113256</octets-64>
+              <octets-65-to-127>26078995268113</octets-65-to-127>
+              <octets-128-to-255>3255505587818</octets-128-to-255>
+              <octets-256-to-511>1464876679999</octets-256-to-511>
+              <octets-512-to-1023>2642734577671</octets-512-to-1023>
+              <octets-1024-to-1518>26158951394800</octets-1024-to-1518>
+              <octets-1519-to-max>61193288538109</octets-1519-to-max>
             </packet-size>
           </statistics>
           <symbol-monitor>
@@ -30639,7 +30639,7 @@
               <remote-system>
                 <remote-time-mark>716827080</remote-time-mark>
                 <remote-index>1</remote-index>
-                <age>17622024</age>
+                <age>18942325</age>
                 <chassis-id>2C:21:31:2C:FB:C0</chassis-id>
                 <chassis-id-subtype>mac-address</chassis-id-subtype>
                 <remote-port-id>et-7/1/4</remote-port-id>
@@ -30659,16 +30659,16 @@
               </remote-system>
               <statistics>
                 <transmit>
-                  <frames>587405</frames>
+                  <frames>631415</frames>
                   <length-error-frames>0</length-error-frames>
                 </transmit>
                 <receive>
                   <age-outs>0</age-outs>
-                  <frames>635059</frames>
+                  <frames>682658</frames>
                   <frame-discards>0</frame-discards>
                   <frame-errors>0</frame-errors>
                   <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>2540236</tlv-unknown>
+                  <tlv-unknown>2730632</tlv-unknown>
                 </receive>
               </statistics>
               <tx-mgmt-address>
@@ -42451,10 +42451,10 @@
         <statistics>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>474751044</in-octets>
-          <in-packets>1412848</in-packets>
+          <in-octets>509495836</in-octets>
+          <in-packets>1515974</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1412842</in-broadcast-packets>
+          <in-broadcast-packets>1515968</in-broadcast-packets>
           <in-multicast-packets>0</in-multicast-packets>
           <in-unicast-packets>6</in-unicast-packets>
           <out-discards>0</out-discards>
@@ -42492,11 +42492,11 @@
             <transmitted-quality-level>reserved0</transmitted-quality-level>
           </ssm>
           <statistics>
-            <in-broadcast-packets>1412842</in-broadcast-packets>
+            <in-broadcast-packets>1515968</in-broadcast-packets>
             <in-multicast-packets>0</in-multicast-packets>
             <in-unicast-packets>6</in-unicast-packets>
             <in-errors>0</in-errors>
-            <in-octets>474751044</in-octets>
+            <in-octets>509495836</in-octets>
             <in-utilization>0</in-utilization>
             <out-broadcast-packets>19</out-broadcast-packets>
             <out-multicast-packets>0</out-multicast-packets>
@@ -42511,10 +42511,10 @@
             <jabbers>0</jabbers>
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>1412861</total-broadcast-packets>
+            <total-broadcast-packets>1515987</total-broadcast-packets>
             <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>474752260</total-octets>
-            <total-packets>1412867</total-packets>
+            <total-octets>509497052</total-octets>
+            <total-packets>1515993</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -42533,10 +42533,10 @@
               </error>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>49737</octets-64>
+              <octets-64>53059</octets-64>
               <octets-65-to-127>266</octets-65-to-127>
               <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>1362864</octets-256-to-511>
+              <octets-256-to-511>1462668</octets-256-to-511>
               <octets-512-to-1023>0</octets-512-to-1023>
               <octets-1024-to-1518>0</octets-1024-to-1518>
               <octets-1519-to-max>0</octets-1519-to-max>
@@ -42857,10 +42857,10 @@
         <statistics>
           <in-discards>0</in-discards>
           <in-errors>0</in-errors>
-          <in-octets>474742612</in-octets>
-          <in-packets>1412822</in-packets>
+          <in-octets>509487404</in-octets>
+          <in-packets>1515948</in-packets>
           <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1412816</in-broadcast-packets>
+          <in-broadcast-packets>1515942</in-broadcast-packets>
           <in-multicast-packets>0</in-multicast-packets>
           <in-unicast-packets>6</in-unicast-packets>
           <out-discards>0</out-discards>
@@ -42898,11 +42898,11 @@
             <transmitted-quality-level>reserved0</transmitted-quality-level>
           </ssm>
           <statistics>
-            <in-broadcast-packets>1412816</in-broadcast-packets>
+            <in-broadcast-packets>1515942</in-broadcast-packets>
             <in-multicast-packets>0</in-multicast-packets>
             <in-unicast-packets>6</in-unicast-packets>
             <in-errors>0</in-errors>
-            <in-octets>474742612</in-octets>
+            <in-octets>509487404</in-octets>
             <in-utilization>0</in-utilization>
             <out-broadcast-packets>5</out-broadcast-packets>
             <out-multicast-packets>0</out-multicast-packets>
@@ -42917,10 +42917,10 @@
             <jabbers>0</jabbers>
             <oversize-packets>0</oversize-packets>
             <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>1412821</total-broadcast-packets>
+            <total-broadcast-packets>1515947</total-broadcast-packets>
             <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>474742932</total-octets>
-            <total-packets>1412827</total-packets>
+            <total-octets>509487724</total-octets>
+            <total-packets>1515953</total-packets>
             <ethernet-like-medium>
               <frame-too-long>0</frame-too-long>
               <collision>
@@ -42939,10 +42939,10 @@
               </error>
             </ethernet-like-medium>
             <packet-size>
-              <octets-64>49721</octets-64>
+              <octets-64>53043</octets-64>
               <octets-65-to-127>266</octets-65-to-127>
               <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>1362840</octets-256-to-511>
+              <octets-256-to-511>1462644</octets-256-to-511>
               <octets-512-to-1023>0</octets-512-to-1023>
               <octets-1024-to-1518>0</octets-1024-to-1518>
               <octets-1519-to-max>0</octets-1519-to-max>
diff --git a/test/interface_stats/data/rt0.ams.nl.geant.net-router-interfaces.xml b/test/interface_stats/data/rt0.ams.nl.geant.net-router-interfaces.xml
index fdea849f33bd5d3abe1285b2b84f7fbe2759bbac..ecb66f5bf467d1b22c64323ea56d06bc1fa58420 100644
--- a/test/interface_stats/data/rt0.ams.nl.geant.net-router-interfaces.xml
+++ b/test/interface_stats/data/rt0.ams.nl.geant.net-router-interfaces.xml
@@ -1,4 +1,4 @@
-<rpc-reply message-id="urn:uuid:4915d32e-5de2-43a8-8ec8-f5417d7df685">
+<rpc-reply message-id="urn:uuid:2860d468-16f5-44c3-8af2-c84116e4f69f">
   <data>
     <state>
       <router>
@@ -16,8 +16,8 @@
             <ip>
               <out-packets>0</out-packets>
               <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
+              <out-discard-packets>2319</out-discard-packets>
+              <out-discard-octets>360259</out-discard-octets>
               <in-packets>400</in-packets>
               <in-octets>62245</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
@@ -47,13 +47,13 @@
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
+                <icmp-out-msgs>1</icmp-out-msgs>
+                <icmp-out-errors>1</icmp-out-errors>
                 <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
                 <icmp-out-echos>0</icmp-out-echos>
                 <icmp-out-echo-replies>0</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
+                <icmp-out-time-exceeds>1</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
@@ -88,8 +88,8 @@
             <statistics>
               <out-packets>0</out-packets>
               <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
+              <out-discard-packets>2319</out-discard-packets>
+              <out-discard-octets>360259</out-discard-octets>
               <in-packets>0</in-packets>
               <in-octets>0</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
@@ -199,53 +199,53 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>28912736445027</out-packets>
-              <out-octets>37096898468445547</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>517754743</in-packets>
-              <in-octets>80633408014</in-octets>
+              <out-packets>31481360192507</out-packets>
+              <out-octets>40363413917923213</out-octets>
+              <out-discard-packets>5002</out-discard-packets>
+              <out-discard-octets>385331</out-discard-octets>
+              <in-packets>557984371</in-packets>
+              <in-octets>86441554073</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>56199867176859</out-packets>
-              <out-octets>63808307871991453</out-octets>
-              <in-packets>123230295966526</in-packets>
-              <in-octets>145959705619124828</in-octets>
+              <out-packets>62027509865793</out-packets>
+              <out-octets>70687262723815600</out-octets>
+              <in-packets>133271857479521</in-packets>
+              <in-octets>157728399064671211</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>1600159</icmp-in-msgs>
-                <icmp-in-errors>739</icmp-in-errors>
-                <icmp-in-dest-unreachables>733</icmp-in-dest-unreachables>
+                <icmp-in-msgs>1751544</icmp-in-msgs>
+                <icmp-in-errors>850</icmp-in-errors>
+                <icmp-in-dest-unreachables>844</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>1599207</icmp-in-echos>
-                <icmp-in-echo-replies>169</icmp-in-echo-replies>
+                <icmp-in-echos>1689567</icmp-in-echos>
+                <icmp-in-echo-replies>171</icmp-in-echo-replies>
                 <icmp-in-time-exceeds>6</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>44</icmp-in-timestamps>
+                <icmp-in-timestamps>60956</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>2249106</icmp-out-msgs>
-                <icmp-out-errors>2167963</icmp-out-errors>
-                <icmp-out-dest-unreachables>2</icmp-out-dest-unreachables>
+                <icmp-out-msgs>49876399</icmp-out-msgs>
+                <icmp-out-errors>48317611</icmp-out-errors>
+                <icmp-out-dest-unreachables>4</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>24215</icmp-out-echos>
-                <icmp-out-echo-replies>56928</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>2167961</icmp-out-time-exceeds>
+                <icmp-out-echos>28016</icmp-out-echos>
+                <icmp-out-echo-replies>1530772</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>48317607</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
                 <icmp-out-address-masks>0</icmp-out-address-masks>
                 <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
                 <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>50952</icmp-out-discards>
+                <icmp-out-discards>55960</icmp-out-discards>
               </statistics>
             </icmp>
             <dhcp>
@@ -271,12 +271,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>19519807024709</out-packets>
-              <out-octets>25360065481497812</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>50018613405</in-packets>
-              <in-octets>19576950253230</in-octets>
+              <out-packets>21257377507618</out-packets>
+              <out-octets>27499490838465060</out-octets>
+              <out-discard-packets>5002</out-discard-packets>
+              <out-discard-octets>385331</out-discard-octets>
+              <in-packets>65811848427</in-packets>
+              <in-octets>36229105002783</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -294,7 +294,7 @@
                 <oper-state>up</oper-state>
                 <mac-address>2e:21:31:2c:f4:ca</mac-address>
                 <type>dynamic</type>
-                <timer>13732</timer>
+                <timer>13667</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -302,41 +302,41 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>2257168</icmp6-in-msgs>
-                <icmp6-in-errors>23</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>4</icmp6-in-dest-unreachables>
+                <icmp6-in-msgs>2362854</icmp6-in-msgs>
+                <icmp6-in-errors>25</icmp6-in-errors>
+                <icmp6-in-dest-unreachables>6</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
                 <icmp6-in-time-exceeds>19</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
                 <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>1605148</icmp6-in-echos>
+                <icmp6-in-echos>1664048</icmp6-in-echos>
                 <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>15918</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>636076</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>16992</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>681786</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>1742285</icmp6-out-msgs>
-                <icmp6-out-errors>1074260</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>4</icmp6-out-dest-unreachables>
+                <icmp6-out-msgs>7969521</icmp6-out-msgs>
+                <icmp6-out-errors>6276742</icmp6-out-errors>
+                <icmp6-out-dest-unreachables>15</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>1074256</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>6276727</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>10526</icmp6-out-echo-replies>
+                <icmp6-out-echo-replies>988430</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>641581</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>15918</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>687357</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>16992</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>0</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
                 <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>104897</icmp6-out-discards>
+                <icmp6-out-discards>344089</icmp6-out-discards>
               </statistics>
             </icmp6>
             <link-local-address>
@@ -344,8 +344,8 @@
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>9392929420318</out-packets>
-              <out-octets>11736832986947735</out-octets>
+              <out-packets>10223982684889</out-packets>
+              <out-octets>12863923079458153</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
               <in-packets>7034263334</in-packets>
@@ -368,7 +368,7 @@
                 <mtu>9000</mtu>
                 <mac-address>2e:21:31:2c:f4:ca</mac-address>
                 <type>dynamic</type>
-                <timer>14312</timer>
+                <timer>14181</timer>
               </neighbor>
               <neighbor>
                 <ipv6-address>fe80::2e21:31ff:fe2c:f4ca</ipv6-address>
@@ -377,7 +377,7 @@
                 <mtu>9000</mtu>
                 <mac-address>2e:21:31:2c:f4:ca</mac-address>
                 <type>dynamic</type>
-                <timer>21</timer>
+                <timer>4</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv6>
@@ -406,46 +406,46 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>7720092178042</out-packets>
-              <out-octets>9783161498607668</out-octets>
+              <out-packets>7761552844235</out-packets>
+              <out-octets>9796848044219104</out-octets>
               <out-discard-packets>7243680</out-discard-packets>
               <out-discard-octets>694228363</out-discard-octets>
-              <in-packets>768714614</in-packets>
-              <in-octets>101540784110</in-octets>
+              <in-packets>878538270</in-packets>
+              <in-octets>114498554910</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>110060046474013</out-packets>
-              <out-octets>130728336824826631</out-octets>
-              <in-packets>84691371759577</in-packets>
-              <in-octets>110416249480652114</in-octets>
+              <out-packets>119533013653293</out-packets>
+              <out-octets>142005864284544525</out-octets>
+              <in-packets>92513224848255</in-packets>
+              <in-octets>120728394747495376</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>16150072</icmp-in-msgs>
-                <icmp-in-errors>11909</icmp-in-errors>
-                <icmp-in-dest-unreachables>11659</icmp-in-dest-unreachables>
+                <icmp-in-msgs>19254955</icmp-in-msgs>
+                <icmp-in-errors>12040</icmp-in-errors>
+                <icmp-in-dest-unreachables>11751</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>16108839</icmp-in-echos>
-                <icmp-in-echo-replies>29217</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>250</icmp-in-time-exceeds>
+                <icmp-in-echos>18673996</icmp-in-echos>
+                <icmp-in-echo-replies>29264</icmp-in-echo-replies>
+                <icmp-in-time-exceeds>289</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>104</icmp-in-timestamps>
+                <icmp-in-timestamps>539652</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>3</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>287826553</icmp-out-msgs>
-                <icmp-out-errors>284648767</icmp-out-errors>
-                <icmp-out-dest-unreachables>3480</icmp-out-dest-unreachables>
+                <icmp-out-msgs>301553925</icmp-out-msgs>
+                <icmp-out-errors>297026048</icmp-out-errors>
+                <icmp-out-dest-unreachables>3795</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>185383</icmp-out-echos>
-                <icmp-out-echo-replies>2992403</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>284645287</icmp-out-time-exceeds>
+                <icmp-out-echos>200283</icmp-out-echos>
+                <icmp-out-echo-replies>4327594</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>297022253</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
@@ -478,12 +478,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>3747317642612</out-packets>
-              <out-octets>4238534692392482</out-octets>
+              <out-packets>3788467536549</out-packets>
+              <out-octets>4252130341245616</out-octets>
               <out-discard-packets>7243680</out-discard-packets>
               <out-discard-octets>694228363</out-discard-octets>
-              <in-packets>973232631717</in-packets>
-              <in-octets>1084916727576828</in-octets>
+              <in-packets>1055197789337</in-packets>
+              <in-octets>1176657835000406</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -501,7 +501,7 @@
                 <oper-state>up</oper-state>
                 <mac-address>e0:cb:19:8f:45:d0</mac-address>
                 <type>dynamic</type>
-                <timer>9176</timer>
+                <timer>10888</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -509,41 +509,41 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>23956756</icmp6-in-msgs>
-                <icmp6-in-errors>318</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>35</icmp6-in-dest-unreachables>
+                <icmp6-in-msgs>24821652</icmp6-in-msgs>
+                <icmp6-in-errors>697</icmp6-in-errors>
+                <icmp6-in-dest-unreachables>363</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>242</icmp6-in-time-exceeds>
+                <icmp6-in-time-exceeds>293</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
                 <icmp6-in-pkt-too-bigs>41</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>22884054</icmp6-in-echos>
+                <icmp6-in-echos>23654563</icmp6-in-echos>
                 <icmp6-in-echo-replies>37</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>449598</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>622680</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>496525</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>669761</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>27105471</icmp6-out-msgs>
-                <icmp6-out-errors>20556084</icmp6-out-errors>
+                <icmp6-out-msgs>31230174</icmp6-out-msgs>
+                <icmp6-out-errors>24580051</icmp6-out-errors>
                 <icmp6-out-dest-unreachables>62</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>20556005</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>24579972</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>17</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>66</icmp6-out-echos>
-                <icmp6-out-echo-replies>4679671</icmp6-out-echo-replies>
+                <icmp6-out-echo-replies>4686390</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>632113</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>449597</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>679203</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>496524</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>787940</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
                 <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>7925337</icmp6-out-discards>
+                <icmp6-out-discards>7928231</icmp6-out-discards>
               </statistics>
             </icmp6>
             <link-local-address>
@@ -551,12 +551,12 @@
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>3972774535430</out-packets>
-              <out-octets>5544626806215186</out-octets>
+              <out-packets>3973085307686</out-packets>
+              <out-octets>5544717702973488</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
-              <in-packets>21605322642</in-packets>
-              <in-octets>13365419129839</in-octets>
+              <in-packets>23227449978</in-packets>
+              <in-octets>14451830418670</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
@@ -575,16 +575,16 @@
                 <mtu>9000</mtu>
                 <mac-address>e0:cb:19:8f:45:d0</mac-address>
                 <type>dynamic</type>
-                <timer>13844</timer>
+                <timer>14389</timer>
               </neighbor>
               <neighbor>
                 <ipv6-address>fe80::e2cb:19ff:fe8f:45d0</ipv6-address>
-                <state>delay</state>
+                <state>reachable</state>
                 <is-router>true</is-router>
                 <mtu>9000</mtu>
                 <mac-address>e0:cb:19:8f:45:d0</mac-address>
                 <type>dynamic</type>
-                <timer>2</timer>
+                <timer>5</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv6>
@@ -597,7 +597,7 @@
           <protocol>isis mpls rsvp pim</protocol>
           <oper-ip-mtu>9000</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-11-07T10:26:39.3Z</last-oper-change>
+          <last-oper-change>2024-11-07T10:26:39.4Z</last-oper-change>
           <distributed-cpu-protection>
             <static-policer>
               <name>ICMP_LIMIT</name>
@@ -613,53 +613,53 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>4347896327166</out-packets>
-              <out-octets>5207974832667675</out-octets>
-              <out-discard-packets>255497814</out-discard-packets>
-              <out-discard-octets>21547374775</out-discard-octets>
-              <in-packets>789272452</in-packets>
-              <in-octets>86534657349</in-octets>
+              <out-packets>4435622422780</out-packets>
+              <out-octets>5302319854363322</out-octets>
+              <out-discard-packets>255500596</out-discard-packets>
+              <out-discard-octets>21547616364</out-discard-octets>
+              <in-packets>819774623</in-packets>
+              <in-octets>91411596386</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>56795774274445</out-packets>
-              <out-octets>66953219330123518</out-octets>
-              <in-packets>67901794839294</in-packets>
-              <in-octets>77364257910435766</in-octets>
+              <out-packets>61488924366251</out-packets>
+              <out-octets>72444899812475909</out-octets>
+              <in-packets>74234807961482</in-packets>
+              <in-octets>84686130875580655</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>4188089</icmp-in-msgs>
-                <icmp-in-errors>2453</icmp-in-errors>
-                <icmp-in-dest-unreachables>2394</icmp-in-dest-unreachables>
+                <icmp-in-msgs>4794405</icmp-in-msgs>
+                <icmp-in-errors>2827</icmp-in-errors>
+                <icmp-in-dest-unreachables>2426</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>4185283</icmp-in-echos>
-                <icmp-in-echo-replies>340</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>59</icmp-in-time-exceeds>
+                <icmp-in-echos>4546608</icmp-in-echos>
+                <icmp-in-echo-replies>346</icmp-in-echo-replies>
+                <icmp-in-time-exceeds>401</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>13</icmp-in-timestamps>
+                <icmp-in-timestamps>244624</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>881836790</icmp-out-msgs>
-                <icmp-out-errors>861587338</icmp-out-errors>
-                <icmp-out-dest-unreachables>122</icmp-out-dest-unreachables>
+                <icmp-out-msgs>894469713</icmp-out-msgs>
+                <icmp-out-errors>874006826</icmp-out-errors>
+                <icmp-out-dest-unreachables>125</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>735581</icmp-out-echos>
-                <icmp-out-echo-replies>19513871</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>861587216</icmp-out-time-exceeds>
+                <icmp-out-echos>738417</icmp-out-echos>
+                <icmp-out-echo-replies>19724470</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>874006701</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
                 <icmp-out-address-masks>0</icmp-out-address-masks>
                 <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
                 <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>255516121</icmp-out-discards>
+                <icmp-out-discards>255521214</icmp-out-discards>
               </statistics>
             </icmp>
             <dhcp>
@@ -685,12 +685,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>3048625139594</out-packets>
-              <out-octets>3546244316708507</out-octets>
-              <out-discard-packets>255497814</out-discard-packets>
-              <out-discard-octets>21547374775</out-discard-octets>
-              <in-packets>1278691664703</in-packets>
-              <in-octets>1252162582948770</in-octets>
+              <out-packets>3134444509157</out-packets>
+              <out-octets>3639225320407083</out-octets>
+              <out-discard-packets>255500596</out-discard-packets>
+              <out-discard-octets>21547616364</out-discard-octets>
+              <in-packets>1320364735160</in-packets>
+              <in-octets>1266362272501051</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -708,7 +708,7 @@
                 <oper-state>up</oper-state>
                 <mac-address>80:b9:46:f2:0e:74</mac-address>
                 <type>dynamic</type>
-                <timer>9289</timer>
+                <timer>10817</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -716,41 +716,41 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>7317690</icmp6-in-msgs>
-                <icmp6-in-errors>242577</icmp6-in-errors>
+                <icmp6-in-msgs>7636755</icmp6-in-msgs>
+                <icmp6-in-errors>242626</icmp6-in-errors>
                 <icmp6-in-dest-unreachables>15</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>242529</icmp6-in-time-exceeds>
+                <icmp6-in-time-exceeds>242578</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
                 <icmp6-in-pkt-too-bigs>33</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>5919588</icmp6-in-echos>
+                <icmp6-in-echos>6148663</icmp6-in-echos>
                 <icmp6-in-echo-replies>1</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>523270</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>632254</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>568264</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>677201</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>162665704</icmp6-out-msgs>
-                <icmp6-out-errors>134862856</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>14583</icmp6-out-dest-unreachables>
+                <icmp6-out-msgs>166579708</icmp6-out-msgs>
+                <icmp6-out-errors>138613182</icmp6-out-errors>
+                <icmp6-out-dest-unreachables>14606</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>134848270</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>138598573</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>3</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>4</icmp6-out-echos>
-                <icmp6-out-echo-replies>25806340</icmp6-out-echo-replies>
+                <icmp6-out-echo-replies>25880005</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>637691</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>523270</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>682710</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>568264</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>835543</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
                 <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>74778953</icmp6-out-discards>
+                <icmp6-out-discards>75129311</icmp6-out-discards>
               </statistics>
             </icmp6>
             <link-local-address>
@@ -758,12 +758,12 @@
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>1299271187572</out-packets>
-              <out-octets>1661730515959168</out-octets>
+              <out-packets>1301177913623</out-packets>
+              <out-octets>1663094533956239</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
-              <in-packets>7442298423</in-packets>
-              <in-octets>2449818558388</in-octets>
+              <in-packets>7858442306</in-packets>
+              <in-octets>2586562639079</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
@@ -782,7 +782,7 @@
                 <mtu>9000</mtu>
                 <mac-address>80:b9:46:f2:0e:74</mac-address>
                 <type>dynamic</type>
-                <timer>6819</timer>
+                <timer>14379</timer>
               </neighbor>
               <neighbor>
                 <ipv6-address>fe80::82b9:46ff:fef2:e74</ipv6-address>
@@ -791,7 +791,7 @@
                 <mtu>9000</mtu>
                 <mac-address>80:b9:46:f2:0e:74</mac-address>
                 <type>dynamic</type>
-                <timer>29</timer>
+                <timer>32</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv6>
@@ -820,46 +820,46 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>3349791075400</out-packets>
-              <out-octets>4109319988899607</out-octets>
+              <out-packets>3368569146416</out-packets>
+              <out-octets>4132522627948413</out-octets>
               <out-discard-packets>17</out-discard-packets>
               <out-discard-octets>136682</out-discard-octets>
-              <in-packets>97114091</in-packets>
-              <in-octets>27082624718</in-octets>
+              <in-packets>106232510</in-packets>
+              <in-octets>29338914099</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>35127047921576</out-packets>
-              <out-octets>47907915902953710</out-octets>
-              <in-packets>23808192881561</in-packets>
-              <in-octets>30577343505817360</in-octets>
+              <out-packets>38987925779772</out-packets>
+              <out-octets>53239359480584626</out-octets>
+              <in-packets>25894885687227</in-packets>
+              <in-octets>33328742020038895</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>61510</icmp-in-msgs>
+                <icmp-in-msgs>427573</icmp-in-msgs>
                 <icmp-in-errors>5</icmp-in-errors>
                 <icmp-in-dest-unreachables>2</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>61358</icmp-in-echos>
+                <icmp-in-echos>66563</icmp-in-echos>
                 <icmp-in-echo-replies>147</icmp-in-echo-replies>
                 <icmp-in-time-exceeds>3</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
+                <icmp-in-timestamps>360858</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>1493208</icmp-out-msgs>
-                <icmp-out-errors>1449901</icmp-out-errors>
-                <icmp-out-dest-unreachables>978</icmp-out-dest-unreachables>
+                <icmp-out-msgs>3799431</icmp-out-msgs>
+                <icmp-out-errors>3747447</icmp-out-errors>
+                <icmp-out-dest-unreachables>1233</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>43297</icmp-out-echos>
-                <icmp-out-echo-replies>10</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>1448923</icmp-out-time-exceeds>
+                <icmp-out-echos>47268</icmp-out-echos>
+                <icmp-out-echo-replies>4716</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>3746214</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
@@ -892,12 +892,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>3151015591536</out-packets>
-              <out-octets>3815492297240729</out-octets>
+              <out-packets>3169501423142</out-packets>
+              <out-octets>3838639920648354</out-octets>
               <out-discard-packets>17</out-discard-packets>
               <out-discard-octets>136682</out-discard-octets>
-              <in-packets>31769866436</in-packets>
-              <in-octets>17131720479615</in-octets>
+              <in-packets>34672060589</in-packets>
+              <in-octets>18768465729742</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -915,7 +915,7 @@
                 <oper-state>up</oper-state>
                 <mac-address>80:b9:46:ed:06:79</mac-address>
                 <type>dynamic</type>
-                <timer>3807</timer>
+                <timer>5489</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -923,41 +923,41 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>1014326</icmp6-in-msgs>
+                <icmp6-in-msgs>1105907</icmp6-in-msgs>
                 <icmp6-in-errors>502</icmp6-in-errors>
                 <icmp6-in-dest-unreachables>2</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
                 <icmp6-in-time-exceeds>500</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
                 <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>76860</icmp6-in-echos>
+                <icmp6-in-echos>76905</icmp6-in-echos>
                 <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>312574</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>624390</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>358136</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>670364</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>1772364</icmp6-out-msgs>
-                <icmp6-out-errors>834159</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>3</icmp6-out-dest-unreachables>
+                <icmp6-out-msgs>3637244</icmp6-out-msgs>
+                <icmp6-out-errors>2607243</icmp6-out-errors>
+                <icmp6-out-dest-unreachables>61</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>834156</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>2607182</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>2</icmp6-out-echo-replies>
+                <icmp6-out-echo-replies>223</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>625629</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>312574</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>671642</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>358136</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>0</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
                 <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
+                <icmp6-out-discards>178440</icmp6-out-discards>
               </statistics>
             </icmp6>
             <link-local-address>
@@ -965,12 +965,12 @@
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>198775483864</out-packets>
-              <out-octets>293827691658878</out-octets>
+              <out-packets>199067723274</out-packets>
+              <out-octets>293882707300059</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
-              <in-packets>8767446379</in-packets>
-              <in-octets>8712445136396</in-octets>
+              <in-packets>9244855833</in-packets>
+              <in-octets>8986492089808</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
@@ -984,12 +984,12 @@
             <neighbor-discovery>
               <neighbor>
                 <ipv6-address>2001:798:cc:1::d2</ipv6-address>
-                <state>stale</state>
+                <state>reachable</state>
                 <is-router>true</is-router>
                 <mtu>9000</mtu>
                 <mac-address>80:b9:46:ed:06:79</mac-address>
                 <type>dynamic</type>
-                <timer>11599</timer>
+                <timer>25</timer>
               </neighbor>
               <neighbor>
                 <ipv6-address>fe80::82b9:46ff:feed:679</ipv6-address>
@@ -998,7 +998,7 @@
                 <mtu>9000</mtu>
                 <mac-address>80:b9:46:ed:06:79</mac-address>
                 <type>dynamic</type>
-                <timer>0</timer>
+                <timer>6</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv6>
@@ -1011,7 +1011,7 @@
           <protocol>isis mpls rsvp pim</protocol>
           <oper-ip-mtu>9000</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-12-17T04:11:49.2Z</last-oper-change>
+          <last-oper-change>2025-01-21T10:31:52.8Z</last-oper-change>
           <distributed-cpu-protection>
             <static-policer>
               <name>ICMP_LIMIT</name>
@@ -1027,46 +1027,46 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>3993526125159</out-packets>
-              <out-octets>5487712676461429</out-octets>
-              <out-discard-packets>6</out-discard-packets>
-              <out-discard-octets>331</out-discard-octets>
-              <in-packets>58187174</in-packets>
-              <in-octets>7322347741</in-octets>
+              <out-packets>4348790045679</out-packets>
+              <out-octets>5961130809555393</out-octets>
+              <out-discard-packets>7</out-discard-packets>
+              <out-discard-octets>469</out-discard-octets>
+              <in-packets>61962163</in-packets>
+              <in-octets>7857506394</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>592197224457</out-packets>
-              <out-octets>655391205062249</out-octets>
-              <in-packets>4128638679127</in-packets>
-              <in-octets>4262236578939551</in-octets>
+              <out-packets>603217765389</out-packets>
+              <out-octets>664636639741227</out-octets>
+              <in-packets>4556015508077</in-packets>
+              <in-octets>4772512630414324</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>183033</icmp-in-msgs>
+                <icmp-in-msgs>245474</icmp-in-msgs>
                 <icmp-in-errors>3</icmp-in-errors>
                 <icmp-in-dest-unreachables>3</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>183028</icmp-in-echos>
+                <icmp-in-echos>184891</icmp-in-echos>
                 <icmp-in-echo-replies>2</icmp-in-echo-replies>
                 <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
+                <icmp-in-timestamps>60578</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>6664</icmp-out-msgs>
-                <icmp-out-errors>67</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
+                <icmp-out-msgs>1273751</icmp-out-msgs>
+                <icmp-out-errors>1264859</icmp-out-errors>
+                <icmp-out-dest-unreachables>500</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>6591</icmp-out-echos>
-                <icmp-out-echo-replies>6</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>67</icmp-out-time-exceeds>
+                <icmp-out-echos>7122</icmp-out-echos>
+                <icmp-out-echo-replies>1770</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>1264359</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
@@ -1099,12 +1099,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>1190701442768</out-packets>
-              <out-octets>1458863830338203</out-octets>
-              <out-discard-packets>6</out-discard-packets>
-              <out-discard-octets>331</out-discard-octets>
-              <in-packets>2216577645</in-packets>
-              <in-octets>547961460840</in-octets>
+              <out-packets>1304002461784</out-packets>
+              <out-octets>1597734107997736</out-octets>
+              <out-discard-packets>7</out-discard-packets>
+              <out-discard-octets>469</out-discard-octets>
+              <in-packets>2809429913</in-packets>
+              <in-octets>685170215732</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -1122,7 +1122,7 @@
                 <oper-state>up</oper-state>
                 <mac-address>e4:5d:37:87:3d:83</mac-address>
                 <type>dynamic</type>
-                <timer>14350</timer>
+                <timer>13904</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -1130,36 +1130,36 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>609832</icmp6-in-msgs>
+                <icmp6-in-msgs>651064</icmp6-in-msgs>
                 <icmp6-in-errors>32024</icmp6-in-errors>
                 <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
                 <icmp6-in-time-exceeds>32024</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
                 <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>10889</icmp6-in-echos>
+                <icmp6-in-echos>11363</icmp6-in-echos>
                 <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>14146</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>552773</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>15213</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>592464</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>600195</icmp6-out-msgs>
-                <icmp6-out-errors>32051</icmp6-out-errors>
+                <icmp6-out-msgs>939050</icmp6-out-msgs>
+                <icmp6-out-errors>329587</icmp6-out-errors>
                 <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>32051</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>329587</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
+                <icmp6-out-echo-replies>471</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>553998</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>14146</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>593779</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>15213</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>0</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
@@ -1172,8 +1172,8 @@
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>2802824682391</out-packets>
-              <out-octets>4028848846123226</out-octets>
+              <out-packets>3044787583895</out-packets>
+              <out-octets>4363396701557657</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
               <in-packets>0</in-packets>
@@ -1192,11 +1192,11 @@
               <neighbor>
                 <ipv6-address>2001:798:cc:1::ea</ipv6-address>
                 <state>stale</state>
-                <is-router>false</is-router>
+                <is-router>true</is-router>
                 <mtu>9000</mtu>
                 <mac-address>e4:5d:37:87:3d:83</mac-address>
                 <type>dynamic</type>
-                <timer>14361</timer>
+                <timer>13311</timer>
               </neighbor>
               <neighbor>
                 <ipv6-address>fe80::e65d:37ff:fe87:3d83</ipv6-address>
@@ -1205,7 +1205,7 @@
                 <mtu>9000</mtu>
                 <mac-address>e4:5d:37:87:3d:83</mac-address>
                 <type>dynamic</type>
-                <timer>23</timer>
+                <timer>17</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv6>
diff --git a/test/interface_stats/data/rt0.ams.nl.geant.net-vprns.xml b/test/interface_stats/data/rt0.ams.nl.geant.net-vprns.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ba1cf11a2f5b3ef2d7fdd03bf80bb84e6946e8b6
--- /dev/null
+++ b/test/interface_stats/data/rt0.ams.nl.geant.net-vprns.xml
@@ -0,0 +1,4 @@
+<rpc-reply message-id="urn:uuid:252d1cbe-5e71-473b-a61d-f0c388b7e908">
+  <data>
+    </data>
+</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-lags.xml b/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-lags.xml
deleted file mode 100644
index 86f3fff6e370fe3d3bb8a90a3d4ad62c6a3af15f..0000000000000000000000000000000000000000
--- a/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-lags.xml
+++ /dev/null
@@ -1,1336 +0,0 @@
-<rpc-reply message-id="urn:uuid:67718700-d62b-429f-8a41-30f007e711f2">
-  <data>
-    <state>
-      <lag>
-        <lag-name>lag-1</lag-name>
-        <lag-id>1</lag-id>
-        <oper-state>up</oper-state>
-        <lacp-admin-key-autogen>false</lacp-admin-key-autogen>
-        <if-index>1342177281</if-index>
-        <hardware-mac-address>18:c3:00:91:fe:59</hardware-mac-address>
-        <available-bandwidth>0</available-bandwidth>
-        <booked-bandwidth>0</booked-bandwidth>
-        <selected-sub-group>1</selected-sub-group>
-        <sub-group-count>1</sub-group-count>
-        <operational-key>1</operational-key>
-        <system-id>18:c3:00:91:fd:18</system-id>
-        <system-priority>32768</system-priority>
-        <partner-system-id>b0:a8:6e:3e:fb:c0</partner-system-id>
-        <partner-priority>127</partner-priority>
-        <partner-operational-key>24</partner-operational-key>
-        <number-weight-up>10</number-weight-up>
-        <bandwidth>10000000</bandwidth>
-        <number-port-up>1</number-port-up>
-        <total-weight>10</total-weight>
-        <network>
-          <egress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>12292771</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>3096439745</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-        <port>
-          <port-id>1/1/c2/1</port-id>
-          <active-standby>active</active-standby>
-          <primary>true</primary>
-          <actor-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</actor-oper-state>
-          <partner-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</partner-oper-state>
-          <actor-port>2189</actor-port>
-          <partner-port>21</partner-port>
-          <lacp-statistics>
-            <rx-packets>1734050</rx-packets>
-            <tx-packets>1734553</tx-packets>
-            <rx-illegal>0</rx-illegal>
-            <rx-errors>0</rx-errors>
-          </lacp-statistics>
-        </port>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3878868803</in-octets>
-          <in-packets>13349821</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1623</in-broadcast-packets>
-          <in-multicast-packets>2288559</in-multicast-packets>
-          <in-unicast-packets>11059639</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>3096429327</out-octets>
-          <out-packets>12292744</out-packets>
-          <out-broadcast-packets>2</out-broadcast-packets>
-          <out-multicast-packets>2332400</out-multicast-packets>
-          <out-unicast-packets>9960342</out-unicast-packets>
-        </statistics>
-        <port-scheduler-policy>
-          <statistics>
-            <policy-name/>
-            <total-forwarded-octets>0</total-forwarded-octets>
-            <total-forwarded-packets>0</total-forwarded-packets>
-            <total-dropped-octets>0</total-dropped-octets>
-            <total-dropped-packets>0</total-dropped-packets>
-          </statistics>
-        </port-scheduler-policy>
-      </lag>
-      <lag>
-        <lag-name>lag-2</lag-name>
-        <lag-id>2</lag-id>
-        <oper-state>up</oper-state>
-        <lacp-admin-key-autogen>false</lacp-admin-key-autogen>
-        <if-index>1342177282</if-index>
-        <hardware-mac-address>18:c3:00:91:fe:5a</hardware-mac-address>
-        <available-bandwidth>0</available-bandwidth>
-        <booked-bandwidth>0</booked-bandwidth>
-        <selected-sub-group>1</selected-sub-group>
-        <sub-group-count>1</sub-group-count>
-        <operational-key>2</operational-key>
-        <system-id>18:c3:00:91:fd:18</system-id>
-        <system-priority>32768</system-priority>
-        <partner-system-id>9c:e0:41:60:f7:e8</partner-system-id>
-        <partner-priority>32768</partner-priority>
-        <partner-operational-key>2</partner-operational-key>
-        <number-weight-up>400</number-weight-up>
-        <bandwidth>400000000</bandwidth>
-        <number-port-up>1</number-port-up>
-        <total-weight>400</total-weight>
-        <network>
-          <egress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>2238215</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>306175637</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-        <port>
-          <port-id>1/1/c5/1</port-id>
-          <active-standby>active</active-standby>
-          <primary>true</primary>
-          <actor-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</actor-oper-state>
-          <partner-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</partner-oper-state>
-          <actor-port>2222</actor-port>
-          <partner-port>2222</partner-port>
-          <lacp-statistics>
-            <rx-packets>1663790</rx-packets>
-            <tx-packets>1663791</tx-packets>
-            <rx-illegal>0</rx-illegal>
-            <rx-errors>0</rx-errors>
-          </lacp-statistics>
-        </port>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>304490975</in-octets>
-          <in-packets>2238336</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>15</in-broadcast-packets>
-          <in-multicast-packets>2237052</in-multicast-packets>
-          <in-unicast-packets>1269</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>306175637</out-octets>
-          <out-packets>2238215</out-packets>
-          <out-broadcast-packets>7</out-broadcast-packets>
-          <out-multicast-packets>2236503</out-multicast-packets>
-          <out-unicast-packets>1705</out-unicast-packets>
-        </statistics>
-        <port-scheduler-policy>
-          <statistics>
-            <policy-name/>
-            <total-forwarded-octets>0</total-forwarded-octets>
-            <total-forwarded-packets>0</total-forwarded-packets>
-            <total-dropped-octets>0</total-dropped-octets>
-            <total-dropped-packets>0</total-dropped-packets>
-          </statistics>
-        </port-scheduler-policy>
-      </lag>
-    </state>
-  </data>
-</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-ports.xml b/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-ports.xml
deleted file mode 100644
index a30fc19ea105d1efc23edb3ec95df6e460d19298..0000000000000000000000000000000000000000
--- a/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-ports.xml
+++ /dev/null
@@ -1,155384 +0,0 @@
-<rpc-reply message-id="urn:uuid:50be6a97-8f2a-4321-976c-72269f6bc9f7">
-  <data>
-    <state>
-      <port>
-        <port-id>1/1/c1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899520</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c1/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6a:e8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610899521</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-14T13:39:58.2Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899584</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1307</laser-wavelength>
-          <link-length-information>0a:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE11241AARB01  NOK  INUIAC7HAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>80:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>18</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-plus</type>
-          <vendor-manufacture-date>2023-06-28T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:0a:1d</vendor-oui>
-          <vendor-part-number>QSP1PF4LRCALUE1A</vendor-part-number>
-          <vendor-serial-number>OPCPCN23260371  </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>18.3</current>
-              <high-alarm>73.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-3.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.37</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>30.3</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-2.66</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-3.55</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c2/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6a:f2</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-14T14:28:55.2Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 mpls iso ipv6</protocols-supported>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899585</if-index>
-        <statistics>
-          <counter-discontinuity-time>2024-03-14T14:28:50.1Z</counter-discontinuity-time>
-          <last-cleared-time>2024-03-14T14:28:50.1Z</last-cleared-time>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3877499509</in-octets>
-          <in-packets>13330375</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1623</in-broadcast-packets>
-          <in-multicast-packets>2288531</in-multicast-packets>
-          <in-unicast-packets>11040221</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>3081346912</out-octets>
-          <out-packets>12253795</out-packets>
-          <out-broadcast-packets>2</out-broadcast-packets>
-          <out-multicast-packets>2332371</out-multicast-packets>
-          <out-unicast-packets>9921422</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>3</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-1 | AMS-AMS | PHY AMS-AMS 10G_</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>1623</in-broadcast-packets>
-            <in-multicast-packets>2288531</in-multicast-packets>
-            <in-unicast-packets>11040221</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>3877499509</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>2</out-broadcast-packets>
-            <out-multicast-packets>2332371</out-multicast-packets>
-            <out-unicast-packets>9921422</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>3081346912</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>1625</total-broadcast-packets>
-            <total-multicast-packets>4620902</total-multicast-packets>
-            <total-octets>6958846421</total-octets>
-            <total-packets>25584170</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>905122</octets-64>
-              <octets-65-to-127>9450717</octets-65-to-127>
-              <octets-128-to-255>6533227</octets-128-to-255>
-              <octets-256-to-511>6428360</octets-256-to-511>
-              <octets-512-to-1023>260322</octets-512-to-1023>
-              <octets-1024-to-1518>2006422</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <remote-system>
-                <remote-time-mark>66315859</remote-time-mark>
-                <remote-index>1</remote-index>
-                <age>1734523</age>
-                <chassis-id>B0:A8:6E:3E:FB:C0</chassis-id>
-                <chassis-id-subtype>mac-address</chassis-id-subtype>
-                <remote-port-id>xe-8/0/7</remote-port-id>
-                <remote-port-id-subtype>interface-name</remote-port-id-subtype>
-                <port-description>PHY INFRASTRUCTURE BACKBONE P_ae23 | AMS-AMS | PHY AMS-AMS-10G_1</port-description>
-                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
-                <system-supported-capabilities>bridge router</system-supported-capabilities>
-                <system-description>Juniper Networks, Inc. mx960 internet router, kernel JUNOS 20.4R3-S7.2, Build date: 2023-04-21 19:35:28 UTC Copyright (c) 1996-2023 Juniper Networks, Inc.</system-description>
-                <system-name>rt1.ams.nl.re0.office.geant.net</system-name>
-                <mgmt-address>
-                  <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-                  <mgmt-address>172.16.113.11</mgmt-address>
-                  <interface-subtype>if-index</interface-subtype>
-                  <interface-id>1</interface-id>
-                  <object-identifier>16975361.33627905.16843009</object-identifier>
-                </mgmt-address>
-              </remote-system>
-              <statistics>
-                <transmit>
-                  <frames>57822</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>62523</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>250092</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>12254443</forward-packets>
-                <forward-octets>3081598644</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>12254443</total-packets>
-                <total-octets>3081598644</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>12254501</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>3081623312</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6a:f3</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899586</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local frame-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6a:f4</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899587</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6a:f5</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899588</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899648</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899712</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c4/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:06</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899713</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c4/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:07</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899714</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c4/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:08</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899715</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c4/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:09</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899716</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c5</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-14T13:39:58.2Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899776</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1311</laser-wavelength>
-          <link-length-information>05:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE15271AARA01  NOK  INUIAHAHAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>02:11:1c:84:01:0d:14:21:55:ff:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-06-20T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>70:ee:a3</vendor-oui>
-          <vendor-part-number>EOLD134HG5HM46NK</vendor-part-number>
-          <vendor-serial-number>NK2325Z0143     </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>33.0</current>
-              <high-alarm>80.0</high-alarm>
-              <high-warning>75.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.28</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>3.05</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>73.4</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.66</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.57</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>80.2</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.55</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.96</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>85.3</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.69</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.43</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>82.6</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>2.03</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.56</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c5/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:10</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T10:08:09.8Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 mpls iso ipv6</protocols-supported>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610899777</if-index>
-        <statistics>
-          <counter-discontinuity-time>2024-03-15T10:08:03.1Z</counter-discontinuity-time>
-          <last-cleared-time>2024-03-15T10:08:03.1Z</last-cleared-time>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>304487478</in-octets>
-          <in-packets>2238309</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>15</in-broadcast-packets>
-          <in-multicast-packets>2237025</in-multicast-packets>
-          <in-unicast-packets>1269</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>306171940</out-octets>
-          <out-packets>2238187</out-packets>
-          <out-broadcast-packets>7</out-broadcast-packets>
-          <out-multicast-packets>2236475</out-multicast-packets>
-          <out-unicast-packets>1705</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>1</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-2 | AMS-LON | to-rt0.lon-1/1/c</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>15</in-broadcast-packets>
-            <in-multicast-packets>2237025</in-multicast-packets>
-            <in-unicast-packets>1269</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>304487478</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>7</out-broadcast-packets>
-            <out-multicast-packets>2236475</out-multicast-packets>
-            <out-unicast-packets>1705</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>306171940</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>22</total-broadcast-packets>
-            <total-multicast-packets>4473500</total-multicast-packets>
-            <total-octets>610659418</total-octets>
-            <total-packets>4476496</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>28962</octets-64>
-              <octets-65-to-127>594651</octets-65-to-127>
-              <octets-128-to-255>3822147</octets-128-to-255>
-              <octets-256-to-511>5584</octets-256-to-511>
-              <octets-512-to-1023>18796</octets-512-to-1023>
-              <octets-1024-to-1518>6356</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <remote-system>
-                <remote-time-mark>7410739</remote-time-mark>
-                <remote-index>2</remote-index>
-                <age>1663769</age>
-                <chassis-id>9C:E0:41:60:F7:E8</chassis-id>
-                <chassis-id-subtype>mac-address</chassis-id-subtype>
-                <remote-port-id>1610899777</remote-port-id>
-                <remote-port-id-subtype>local</remote-port-id-subtype>
-                <port-description>1/1/c5/1, 400-Gig Ethernet, "PHY INFRASTRUCTURE BACKBONE P_lag-2 | AMS-LON | TO-rt0.ams-1/1/c5/1"</port-description>
-                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
-                <system-supported-capabilities>bridge router</system-supported-capabilities>
-                <system-description/>
-                <system-name>rt0.lon.uk</system-name>
-              </remote-system>
-              <statistics>
-                <transmit>
-                  <frames>55463</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>55462</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>2238188</forward-packets>
-                <forward-octets>306172068</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>2238188</total-packets>
-                <total-octets>306172068</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>2238188</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>306172068</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c6</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899840</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c7</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899904</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c7/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:24</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610899905</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c8</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899968</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c8/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:2e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899969</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c8/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:2f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899970</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c9</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900032</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c9/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:38</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900033</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c9/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:39</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900034</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c10</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900096</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c10/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:42</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900097</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c11</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900160</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c11/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:4c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900161</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c11/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:4d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900162</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c12</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900224</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c12/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:56</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900225</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c12/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:57</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900226</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c13</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900288</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c13/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:60</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900289</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900352</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c14/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:6a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900353</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:6b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900354</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:6c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900355</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:6d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900356</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c15</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900416</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c16</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900480</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c16/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:7e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900481</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c16/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:7f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900482</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c16/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:80</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900483</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c16/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:81</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900484</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c17</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900544</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c17/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:88</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900545</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c18</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900608</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c19</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900672</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c19/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:9c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900673</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900736</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c20/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:a6</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900737</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:a7</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900738</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:a8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900739</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:a9</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900740</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c21</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900800</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c22</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900864</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c22/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:ba</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900865</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c22/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:bb</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900866</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c22/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:bc</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900867</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c22/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:bd</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900868</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c23</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900928</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c23/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:c4</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900929</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c24</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900992</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c25</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901056</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c25/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:d8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901057</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c26</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901120</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c26/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:e2</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901121</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c26/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:e3</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901122</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c27</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901184</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c27/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:ec</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901185</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c27/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:ed</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901186</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c28</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901248</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c28/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6b:f6</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901249</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c29</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901312</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c29/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901313</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c29/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:01</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901314</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c30</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-14T13:40:01.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901376</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>850</laser-wavelength>
-          <link-length-information>00:23:00:00:32:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE10551AARA01  NOK  IPU3BFVEAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>80:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>2</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>cfp2-or-qsfp28</type>
-          <vendor-manufacture-date>2023-03-14T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:90:65</vendor-oui>
-          <vendor-part-number>FTLC9558REPM-A5 </vendor-part-number>
-          <vendor-serial-number>X99BEZU         </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>17.7</current>
-              <high-alarm>75.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.33</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c30/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:0a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901377</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local block-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c30/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:0b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901378</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local block-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c31</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901440</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c31/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:14</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901441</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901504</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c32/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:1e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901505</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:1f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901506</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:20</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901507</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:21</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901508</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c33</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901568</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c34</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901632</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c34/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:32</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901633</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c34/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:33</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901634</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c34/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:34</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901635</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c34/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:35</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901636</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c35</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901696</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c35/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ad:6c:3c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901697</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c36</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901760</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161664</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c1/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:58</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611161665</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161728</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c2/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:62</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161729</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:63</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161730</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:64</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161731</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:65</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161732</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161792</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161856</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c4/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:76</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161857</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c4/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:77</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161858</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c4/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:78</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161859</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c4/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:79</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161860</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c5</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161920</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c5/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:80</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611161921</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c6</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161984</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c7</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162048</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c7/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:94</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162049</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c8</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162112</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c8/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:9e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162113</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c8/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:9f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162114</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c9</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162176</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c9/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:a8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162177</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c9/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:a9</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162178</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c10</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162240</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c10/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:b2</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162241</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c11</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162304</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c11/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:bc</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162305</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c11/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:bd</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162306</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c12</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162368</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c12/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:c6</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162369</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c12/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:c7</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162370</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c13</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162432</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c13/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:d0</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162433</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162496</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c14/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:da</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162497</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:db</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162498</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:dc</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162499</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:dd</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162500</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c15</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162560</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c16</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162624</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c16/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:ee</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162625</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c16/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:ef</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162626</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c16/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:f0</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162627</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c16/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:f1</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162628</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c17</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162688</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c17/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:27:f8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162689</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c18</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162752</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c19</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162816</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c19/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:0c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162817</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162880</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c20/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:16</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162881</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:17</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162882</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:18</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162883</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:19</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162884</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c21</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162944</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c22</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163008</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c22/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:2a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163009</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c22/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:2b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163010</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c22/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:2c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163011</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c22/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:2d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163012</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c23</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163072</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c23/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:34</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163073</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c24</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163136</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c25</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163200</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c25/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:48</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163201</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c26</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163264</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c26/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:52</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163265</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c26/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:53</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163266</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c27</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163328</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c27/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:5c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163329</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c27/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:5d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163330</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c28</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163392</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c28/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:66</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163393</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c29</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163456</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c29/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:70</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163457</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c29/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:71</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163458</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c30</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163520</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c30/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:7a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163521</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c30/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:7b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163522</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c31</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163584</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c31/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:84</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163585</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163648</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c32/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:8e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163649</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:8f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163650</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:90</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163651</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:91</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163652</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c33</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163712</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c34</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163776</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c34/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:a2</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163777</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c34/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:a3</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163778</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c34/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:a4</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163779</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c34/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:a5</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163780</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c35</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163840</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c35/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:ae:28:ac</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.5Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163841</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.30</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.6</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::6</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c36</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:20.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163904</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>A/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:22:64</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:05.8Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 ipv6</protocols-supported>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612447752</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3477866</in-octets>
-          <in-packets>43640</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>25584</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>18056</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>6645179</out-octets>
-          <out-packets>21699</out-packets>
-          <out-broadcast-packets>75</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>21624</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>mdi</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>1000</oper-speed>
-          <oper-state-change-count>1</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>25584</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>18056</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>3477866</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>75</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>21624</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>6645179</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>25659</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>10123045</total-octets>
-            <total-packets>65339</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>7138</octets-64>
-              <octets-65-to-127>36888</octets-65-to-127>
-              <octets-128-to-255>5031</octets-128-to-255>
-              <octets-256-to-511>15338</octets-256-to-511>
-              <octets-512-to-1023>487</octets-512-to-1023>
-              <octets-1024-to-1518>457</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>A/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:22:66</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:05.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-sfp</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612447768</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10/100/Gig Ethernet SFP</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>A/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:22:65</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:05.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612447776</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>B/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:25:19</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-14T13:34:34.1Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 ipv6</protocols-supported>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612709896</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>1753136</in-octets>
-          <in-packets>26094</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>25654</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>440</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>8000</out-octets>
-          <out-packets>125</out-packets>
-          <out-broadcast-packets>5</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>120</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>mdi</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>1000</oper-speed>
-          <oper-state-change-count>1</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>25654</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>440</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>1753136</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>5</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>120</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>8000</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>25659</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>1761136</total-octets>
-            <total-packets>26219</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>6139</octets-64>
-              <octets-65-to-127>20080</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>B/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:25:1b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:05.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-sfp</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612709912</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10/100/Gig Ethernet SFP</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>B/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:25:1a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-14T13:33:05.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612709920</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-    </state>
-  </data>
-</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-router-interfaces.xml b/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-router-interfaces.xml
deleted file mode 100644
index 3907cfe5d7b6f3b6214ec1b717a04c74039d4841..0000000000000000000000000000000000000000
--- a/test/interface_stats/data/rt0.ams.nl.lab.office.geant.net-router-interfaces.xml
+++ /dev/null
@@ -1,661 +0,0 @@
-<rpc-reply message-id="urn:uuid:5a05fb39-aaca-48e4-979c-2d6db6ba2c01">
-  <data>
-    <state>
-      <router>
-        <router-name>Base</router-name>
-        <interface>
-          <interface-name>system</interface-name>
-          <if-index>1</if-index>
-          <system-if-index>256</system-if-index>
-          <oper-state>up</oper-state>
-          <protocol>isis mpls rsvp pim</protocol>
-          <oper-ip-mtu>1500</oper-ip-mtu>
-          <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T07:53:41.8Z</last-oper-change>
-          <statistics>
-            <ip>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-            </ip>
-            <mpls>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-            </mpls>
-          </statistics>
-          <ipv4>
-            <oper-state>up</oper-state>
-            <icmp>
-              <statistics>
-                <icmp-in-msgs>0</icmp-in-msgs>
-                <icmp-in-errors>0</icmp-in-errors>
-                <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
-                <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>0</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
-                <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
-                <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
-                <icmp-in-address-masks>0</icmp-in-address-masks>
-                <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
-                <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
-                <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>0</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
-                <icmp-out-src-quenches>0</icmp-out-src-quenches>
-                <icmp-out-timestamps>0</icmp-out-timestamps>
-                <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
-                <icmp-out-address-masks>0</icmp-out-address-masks>
-                <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
-                <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>0</icmp-out-discards>
-              </statistics>
-            </icmp>
-            <dhcp>
-              <statistics>
-                <total-rx-packets>
-                  <received>0</received>
-                  <malformed>0</malformed>
-                  <untrusted>0</untrusted>
-                </total-rx-packets>
-                <total-tx-packets>
-                  <transmitted>0</transmitted>
-                </total-tx-packets>
-                <client-packets>
-                  <dropped>0</dropped>
-                  <relayed>0</relayed>
-                  <snooped>0</snooped>
-                </client-packets>
-                <server-packets>
-                  <dropped>0</dropped>
-                  <relayed>0</relayed>
-                  <snooped>0</snooped>
-                </server-packets>
-              </statistics>
-            </dhcp>
-            <statistics>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-              <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
-              <out-discard-dbcast-octets>0</out-discard-dbcast-octets>
-              <in-ip-helper-redirects-packets>0</in-ip-helper-redirects-packets>
-              <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
-            </statistics>
-            <primary>
-              <oper-address>62.40.119.6</oper-address>
-              <creation-origin>manual</creation-origin>
-            </primary>
-          </ipv4>
-          <ipv6>
-            <oper-state>up</oper-state>
-            <icmp6>
-              <statistics>
-                <icmp6-in-msgs>0</icmp6-in-msgs>
-                <icmp6-in-errors>0</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
-                <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
-                <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
-                <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>0</icmp6-in-echos>
-                <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
-                <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
-                <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>0</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>0</icmp6-in-nbr-advertisements>
-                <icmp6-in-redirects>0</icmp6-in-redirects>
-                <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
-                <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
-                <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>0</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
-                <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
-                <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
-                <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
-                <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
-                <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
-                <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>0</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>0</icmp6-out-nbr-advertisements>
-                <icmp6-out-redirects>0</icmp6-out-redirects>
-                <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
-                <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
-                <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
-              </statistics>
-            </icmp6>
-            <statistics>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-            </statistics>
-            <address>
-              <ipv6-address>2001:799:1ab::6</ipv6-address>
-              <address-state>preferred</address-state>
-              <oper-address>2001:799:1ab::6</oper-address>
-              <creation-origin>manual</creation-origin>
-              <primary-preferred>true</primary-preferred>
-            </address>
-          </ipv6>
-        </interface>
-        <interface>
-          <interface-name>lag-1.0</interface-name>
-          <if-index>2</if-index>
-          <system-if-index>1</system-if-index>
-          <oper-state>up</oper-state>
-          <protocol>isis mpls rsvp pim</protocol>
-          <oper-ip-mtu>9000</oper-ip-mtu>
-          <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T08:00:22.0Z</last-oper-change>
-          <distributed-cpu-protection>
-            <static-policer>
-              <name>ICMP_LIMIT</name>
-              <card>1</card>
-              <fp-number>1</fp-number>
-              <state>conform</state>
-              <exceed-count>0</exceed-count>
-              <hold-down-remain>none</hold-down-remain>
-              <detection-time-remain>0</detection-time-remain>
-              <total-exceed-count>0</total-exceed-count>
-              <exit-conform-state-count>0</exit-conform-state-count>
-            </static-policer>
-          </distributed-cpu-protection>
-          <statistics>
-            <ip>
-              <out-packets>3437402</out-packets>
-              <out-octets>1000435620</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>2891465</in-packets>
-              <in-octets>321980620</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-            </ip>
-            <mpls>
-              <out-packets>6054</out-packets>
-              <out-octets>2634617</out-octets>
-              <in-packets>6280</in-packets>
-              <in-octets>3101782</in-octets>
-            </mpls>
-          </statistics>
-          <ipv4>
-            <oper-state>up</oper-state>
-            <icmp>
-              <statistics>
-                <icmp-in-msgs>81402</icmp-in-msgs>
-                <icmp-in-errors>47768</icmp-in-errors>
-                <icmp-in-dest-unreachables>47768</icmp-in-dest-unreachables>
-                <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>33634</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
-                <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
-                <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
-                <icmp-in-address-masks>0</icmp-in-address-masks>
-                <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
-                <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>33633</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
-                <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>33633</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
-                <icmp-out-src-quenches>0</icmp-out-src-quenches>
-                <icmp-out-timestamps>0</icmp-out-timestamps>
-                <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
-                <icmp-out-address-masks>0</icmp-out-address-masks>
-                <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
-                <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>0</icmp-out-discards>
-              </statistics>
-            </icmp>
-            <dhcp>
-              <statistics>
-                <total-rx-packets>
-                  <received>0</received>
-                  <malformed>0</malformed>
-                  <untrusted>0</untrusted>
-                </total-rx-packets>
-                <total-tx-packets>
-                  <transmitted>0</transmitted>
-                </total-tx-packets>
-                <client-packets>
-                  <dropped>0</dropped>
-                  <relayed>0</relayed>
-                  <snooped>0</snooped>
-                </client-packets>
-                <server-packets>
-                  <dropped>0</dropped>
-                  <relayed>0</relayed>
-                  <snooped>0</snooped>
-                </server-packets>
-              </statistics>
-            </dhcp>
-            <statistics>
-              <out-packets>3177195</out-packets>
-              <out-octets>970038344</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-              <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
-              <out-discard-dbcast-octets>0</out-discard-dbcast-octets>
-              <in-ip-helper-redirects-packets>0</in-ip-helper-redirects-packets>
-              <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
-            </statistics>
-            <primary>
-              <oper-address>62.40.119.88</oper-address>
-              <creation-origin>manual</creation-origin>
-            </primary>
-            <neighbor-discovery>
-              <neighbor>
-                <ipv4-address>62.40.119.89</ipv4-address>
-                <oper-state>up</oper-state>
-                <mac-address>b2:a8:6e:3e:f4:b8</mac-address>
-                <type>dynamic</type>
-                <timer>13974</timer>
-              </neighbor>
-            </neighbor-discovery>
-          </ipv4>
-          <ipv6>
-            <oper-state>up</oper-state>
-            <icmp6>
-              <statistics>
-                <icmp6-in-msgs>18601</icmp6-in-msgs>
-                <icmp6-in-errors>403</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>403</icmp6-in-dest-unreachables>
-                <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
-                <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
-                <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>0</icmp6-in-echos>
-                <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
-                <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
-                <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>1605</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>16593</icmp6-in-nbr-advertisements>
-                <icmp6-in-redirects>0</icmp6-in-redirects>
-                <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
-                <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
-                <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>18198</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
-                <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
-                <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
-                <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
-                <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
-                <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
-                <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>16593</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>1605</icmp6-out-nbr-advertisements>
-                <icmp6-out-redirects>0</icmp6-out-redirects>
-                <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
-                <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
-                <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
-              </statistics>
-            </icmp6>
-            <link-local-address>
-              <oper-address>fe80::1ac3:ff:fe91:fe59</oper-address>
-              <address-state>preferred</address-state>
-            </link-local-address>
-            <statistics>
-              <out-packets>260207</out-packets>
-              <out-octets>30397276</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-            </statistics>
-            <address>
-              <ipv6-address>2001:799:1ab:2::31</ipv6-address>
-              <address-state>preferred</address-state>
-              <oper-address>2001:799:1ab:2::31</oper-address>
-              <creation-origin>manual</creation-origin>
-              <primary-preferred>true</primary-preferred>
-            </address>
-            <neighbor-discovery>
-              <neighbor>
-                <ipv6-address>fe80::b2a8:6eff:fe3e:f4b8</ipv6-address>
-                <state>delay</state>
-                <is-router>true</is-router>
-                <mtu>9000</mtu>
-                <mac-address>b2:a8:6e:3e:f4:b8</mac-address>
-                <type>dynamic</type>
-                <timer>4</timer>
-              </neighbor>
-            </neighbor-discovery>
-          </ipv6>
-        </interface>
-        <interface>
-          <interface-name>lag-2.0</interface-name>
-          <if-index>3</if-index>
-          <system-if-index>2</system-if-index>
-          <oper-state>up</oper-state>
-          <protocol>isis mpls rsvp pim</protocol>
-          <oper-ip-mtu>9000</oper-ip-mtu>
-          <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T08:00:32.1Z</last-oper-change>
-          <distributed-cpu-protection>
-            <static-policer>
-              <name>ICMP_LIMIT</name>
-              <card>1</card>
-              <fp-number>1</fp-number>
-              <state>conform</state>
-              <exceed-count>0</exceed-count>
-              <hold-down-remain>none</hold-down-remain>
-              <detection-time-remain>0</detection-time-remain>
-              <total-exceed-count>0</total-exceed-count>
-              <exit-conform-state-count>0</exit-conform-state-count>
-            </static-policer>
-          </distributed-cpu-protection>
-          <statistics>
-            <ip>
-              <out-packets>174521</out-packets>
-              <out-octets>14224224</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>172336</in-packets>
-              <in-octets>14081274</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-            </ip>
-            <mpls>
-              <out-packets>2014</out-packets>
-              <out-octets>1703454</out-octets>
-              <in-packets>1788</in-packets>
-              <in-octets>1242133</in-octets>
-            </mpls>
-          </statistics>
-          <ipv4>
-            <oper-state>up</oper-state>
-            <icmp>
-              <statistics>
-                <icmp-in-msgs>0</icmp-in-msgs>
-                <icmp-in-errors>0</icmp-in-errors>
-                <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
-                <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>0</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
-                <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
-                <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
-                <icmp-in-address-masks>0</icmp-in-address-masks>
-                <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
-                <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>1</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
-                <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>1</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
-                <icmp-out-src-quenches>0</icmp-out-src-quenches>
-                <icmp-out-timestamps>0</icmp-out-timestamps>
-                <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
-                <icmp-out-address-masks>0</icmp-out-address-masks>
-                <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
-                <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>0</icmp-out-discards>
-              </statistics>
-            </icmp>
-            <dhcp>
-              <statistics>
-                <total-rx-packets>
-                  <received>0</received>
-                  <malformed>0</malformed>
-                  <untrusted>0</untrusted>
-                </total-rx-packets>
-                <total-tx-packets>
-                  <transmitted>0</transmitted>
-                </total-tx-packets>
-                <client-packets>
-                  <dropped>0</dropped>
-                  <relayed>0</relayed>
-                  <snooped>0</snooped>
-                </client-packets>
-                <server-packets>
-                  <dropped>0</dropped>
-                  <relayed>0</relayed>
-                  <snooped>0</snooped>
-                </server-packets>
-              </statistics>
-            </dhcp>
-            <statistics>
-              <out-packets>153219</out-packets>
-              <out-octets>11793614</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-              <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
-              <out-discard-dbcast-octets>0</out-discard-dbcast-octets>
-              <in-ip-helper-redirects-packets>0</in-ip-helper-redirects-packets>
-              <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
-            </statistics>
-            <primary>
-              <oper-address>62.40.119.90</oper-address>
-              <creation-origin>manual</creation-origin>
-            </primary>
-            <neighbor-discovery>
-              <neighbor>
-                <ipv4-address>62.40.119.91</ipv4-address>
-                <oper-state>up</oper-state>
-                <mac-address>9c:e0:41:60:f9:2a</mac-address>
-                <type>dynamic</type>
-                <timer>3715</timer>
-              </neighbor>
-            </neighbor-discovery>
-          </ipv4>
-          <ipv6>
-            <oper-state>up</oper-state>
-            <icmp6>
-              <statistics>
-                <icmp6-in-msgs>30</icmp6-in-msgs>
-                <icmp6-in-errors>0</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
-                <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
-                <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
-                <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>0</icmp6-in-echos>
-                <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
-                <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
-                <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>14</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>16</icmp6-in-nbr-advertisements>
-                <icmp6-in-redirects>0</icmp6-in-redirects>
-                <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
-                <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
-                <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>32</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
-                <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
-                <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
-                <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
-                <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
-                <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
-                <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>18</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>14</icmp6-out-nbr-advertisements>
-                <icmp6-out-redirects>0</icmp6-out-redirects>
-                <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
-                <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
-                <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
-              </statistics>
-            </icmp6>
-            <link-local-address>
-              <oper-address>fe80::1ac3:ff:fe91:fe5a</oper-address>
-              <address-state>preferred</address-state>
-            </link-local-address>
-            <statistics>
-              <out-packets>21302</out-packets>
-              <out-octets>2430610</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-            </statistics>
-            <address>
-              <ipv6-address>2001:799:1ab:2::41</ipv6-address>
-              <address-state>preferred</address-state>
-              <oper-address>2001:799:1ab:2::41</oper-address>
-              <creation-origin>manual</creation-origin>
-              <primary-preferred>true</primary-preferred>
-            </address>
-          </ipv6>
-        </interface>
-      </router>
-      <router>
-        <router-name>management</router-name>
-        <interface>
-          <interface-name>management</interface-name>
-          <if-index>1280</if-index>
-          <system-if-index>32768</system-if-index>
-          <oper-state>up</oper-state>
-          <protocol/>
-          <oper-ip-mtu>1500</oper-ip-mtu>
-          <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T07:53:27.0Z</last-oper-change>
-          <statistics>
-            <ip>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>7379</in-packets>
-              <in-octets>472036</in-octets>
-              <urpf-check-fail-packets>0</urpf-check-fail-packets>
-              <urpf-check-fail-octets>0</urpf-check-fail-octets>
-            </ip>
-          </statistics>
-          <ipv4>
-            <oper-state>up</oper-state>
-            <icmp>
-              <statistics>
-                <icmp-in-msgs>0</icmp-in-msgs>
-                <icmp-in-errors>0</icmp-in-errors>
-                <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
-                <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>0</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
-                <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
-                <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
-                <icmp-in-address-masks>0</icmp-in-address-masks>
-                <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
-                <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
-                <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>0</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
-                <icmp-out-src-quenches>0</icmp-out-src-quenches>
-                <icmp-out-timestamps>0</icmp-out-timestamps>
-                <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
-                <icmp-out-address-masks>0</icmp-out-address-masks>
-                <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
-                <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>0</icmp-out-discards>
-              </statistics>
-            </icmp>
-            <primary>
-              <oper-address>172.16.254.30</oper-address>
-              <creation-origin>manual</creation-origin>
-            </primary>
-          </ipv4>
-          <ipv6>
-            <oper-state>down</oper-state>
-            <down-reason>protocol-down</down-reason>
-            <icmp6>
-              <statistics>
-                <icmp6-in-msgs>0</icmp6-in-msgs>
-                <icmp6-in-errors>0</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
-                <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
-                <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
-                <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>0</icmp6-in-echos>
-                <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
-                <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
-                <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>0</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>0</icmp6-in-nbr-advertisements>
-                <icmp6-in-redirects>0</icmp6-in-redirects>
-                <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
-                <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
-                <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>0</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
-                <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
-                <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
-                <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
-                <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
-                <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
-                <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>0</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>0</icmp6-out-nbr-advertisements>
-                <icmp6-out-redirects>0</icmp6-out-redirects>
-                <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
-                <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
-                <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
-              </statistics>
-            </icmp6>
-          </ipv6>
-        </interface>
-      </router>
-    </state>
-  </data>
-</rpc-reply>
diff --git a/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-lags.xml b/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-lags.xml
deleted file mode 100644
index f6b7d6417bf03bfbcb9d17e25d72db97de69b436..0000000000000000000000000000000000000000
--- a/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-lags.xml
+++ /dev/null
@@ -1,2666 +0,0 @@
-<rpc-reply message-id="urn:uuid:4a58b1d9-bfa8-4f2e-adf8-2d7134486485">
-  <data>
-    <state>
-      <lag>
-        <lag-name>lag-1</lag-name>
-        <lag-id>1</lag-id>
-        <oper-state>up</oper-state>
-        <lacp-admin-key-autogen>false</lacp-admin-key-autogen>
-        <if-index>1342177281</if-index>
-        <hardware-mac-address>9c:e0:41:60:f9:29</hardware-mac-address>
-        <available-bandwidth>0</available-bandwidth>
-        <booked-bandwidth>0</booked-bandwidth>
-        <selected-sub-group>1</selected-sub-group>
-        <sub-group-count>1</sub-group-count>
-        <operational-key>1</operational-key>
-        <system-id>9c:e0:41:60:f7:e8</system-id>
-        <system-priority>32768</system-priority>
-        <partner-system-id>ac:4b:c8:46:2f:c0</partner-system-id>
-        <partner-priority>127</partner-priority>
-        <partner-operational-key>24</partner-operational-key>
-        <number-weight-up>10</number-weight-up>
-        <bandwidth>10000000</bandwidth>
-        <number-port-up>1</number-port-up>
-        <total-weight>10</total-weight>
-        <network>
-          <egress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>34639</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>5823258</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>1730443606</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>2503272591293</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>199</out-profile-dropped-packets>
-                <out-profile-dropped-octets>299616</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>10256406</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>2680627222</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>4061</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>486135</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>425</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>61526</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>22235</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>9405883</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-        <port>
-          <port-id>1/1/c2/1</port-id>
-          <active-standby>active</active-standby>
-          <primary>true</primary>
-          <actor-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</actor-oper-state>
-          <partner-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</partner-oper-state>
-          <actor-port>2189</actor-port>
-          <partner-port>19</partner-port>
-          <lacp-statistics>
-            <rx-packets>1665392</rx-packets>
-            <tx-packets>1665705</tx-packets>
-            <rx-illegal>0</rx-illegal>
-            <rx-errors>0</rx-errors>
-          </lacp-statistics>
-        </port>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3196041133</in-octets>
-          <in-packets>8103717</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1389</in-broadcast-packets>
-          <in-multicast-packets>2214539</in-multicast-packets>
-          <in-unicast-packets>5887789</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>2505958997595</out-octets>
-          <out-packets>1740734528</out-packets>
-          <out-broadcast-packets>3</out-broadcast-packets>
-          <out-multicast-packets>2239258</out-multicast-packets>
-          <out-unicast-packets>1738495267</out-unicast-packets>
-        </statistics>
-        <port-scheduler-policy>
-          <statistics>
-            <policy-name/>
-            <total-forwarded-octets>0</total-forwarded-octets>
-            <total-forwarded-packets>0</total-forwarded-packets>
-            <total-dropped-octets>0</total-dropped-octets>
-            <total-dropped-packets>0</total-dropped-packets>
-          </statistics>
-        </port-scheduler-policy>
-      </lag>
-      <lag>
-        <lag-name>lag-2</lag-name>
-        <lag-id>2</lag-id>
-        <oper-state>up</oper-state>
-        <lacp-admin-key-autogen>false</lacp-admin-key-autogen>
-        <if-index>1342177282</if-index>
-        <hardware-mac-address>9c:e0:41:60:f9:2a</hardware-mac-address>
-        <available-bandwidth>0</available-bandwidth>
-        <booked-bandwidth>0</booked-bandwidth>
-        <selected-sub-group>1</selected-sub-group>
-        <sub-group-count>1</sub-group-count>
-        <operational-key>2</operational-key>
-        <system-id>9c:e0:41:60:f7:e8</system-id>
-        <system-priority>32768</system-priority>
-        <partner-system-id>18:c3:00:91:fd:18</partner-system-id>
-        <partner-priority>32768</partner-priority>
-        <partner-operational-key>2</partner-operational-key>
-        <number-weight-up>400</number-weight-up>
-        <bandwidth>400000000</bandwidth>
-        <number-port-up>1</number-port-up>
-        <total-weight>400</total-weight>
-        <network>
-          <egress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>252</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>33288</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>2238043</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>304452288</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>593</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>172199</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>940</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>101348</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-        <port>
-          <port-id>1/1/c5/1</port-id>
-          <active-standby>active</active-standby>
-          <primary>true</primary>
-          <actor-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</actor-oper-state>
-          <partner-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</partner-oper-state>
-          <actor-port>2222</actor-port>
-          <partner-port>2222</partner-port>
-          <lacp-statistics>
-            <rx-packets>1663761</rx-packets>
-            <tx-packets>1663761</tx-packets>
-            <rx-illegal>0</rx-illegal>
-            <rx-errors>0</rx-errors>
-          </lacp-statistics>
-        </port>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>306170238</in-octets>
-          <in-packets>2238174</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>7</in-broadcast-packets>
-          <in-multicast-packets>2236462</in-multicast-packets>
-          <in-unicast-packets>1705</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>304485576</out-octets>
-          <out-packets>2238295</out-packets>
-          <out-broadcast-packets>15</out-broadcast-packets>
-          <out-multicast-packets>2237011</out-multicast-packets>
-          <out-unicast-packets>1269</out-unicast-packets>
-        </statistics>
-        <port-scheduler-policy>
-          <statistics>
-            <policy-name/>
-            <total-forwarded-octets>0</total-forwarded-octets>
-            <total-forwarded-packets>0</total-forwarded-packets>
-            <total-dropped-octets>0</total-dropped-octets>
-            <total-dropped-packets>0</total-dropped-packets>
-          </statistics>
-        </port-scheduler-policy>
-      </lag>
-      <lag>
-        <lag-name>lag-3</lag-name>
-        <lag-id>3</lag-id>
-        <oper-state>up</oper-state>
-        <lacp-admin-key-autogen>false</lacp-admin-key-autogen>
-        <if-index>1342177283</if-index>
-        <hardware-mac-address>9c:e0:41:60:f9:2b</hardware-mac-address>
-        <available-bandwidth>0</available-bandwidth>
-        <booked-bandwidth>0</booked-bandwidth>
-        <selected-sub-group>1</selected-sub-group>
-        <sub-group-count>1</sub-group-count>
-        <operational-key>3</operational-key>
-        <system-id>9c:e0:41:60:f7:e8</system-id>
-        <system-priority>32768</system-priority>
-        <partner-system-id>ac:4b:c8:46:2f:c0</partner-system-id>
-        <partner-priority>127</partner-priority>
-        <partner-operational-key>25</partner-operational-key>
-        <number-weight-up>100</number-weight-up>
-        <bandwidth>100000000</bandwidth>
-        <number-port-up>1</number-port-up>
-        <total-weight>100</total-weight>
-        <network>
-          <egress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>2761697</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>347658646</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>214</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>20972</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>2382739308</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>3358751213379</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>17888</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>10037400</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-        <port>
-          <port-id>2/1/c8/1</port-id>
-          <active-standby>active</active-standby>
-          <primary>true</primary>
-          <actor-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</actor-oper-state>
-          <partner-oper-state>lacp-activity lacp-timeout aggregation synchronization collecting distributing</partner-oper-state>
-          <actor-port>4303</actor-port>
-          <partner-port>22</partner-port>
-          <lacp-statistics>
-            <rx-packets>1638832</rx-packets>
-            <tx-packets>1644075</tx-packets>
-            <rx-illegal>0</rx-illegal>
-            <rx-errors>0</rx-errors>
-          </lacp-statistics>
-        </port>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3359094520095</in-octets>
-          <in-packets>2385482695</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1371</in-broadcast-packets>
-          <in-multicast-packets>2173800</in-multicast-packets>
-          <in-unicast-packets>2383307524</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>347660062</out-octets>
-          <out-packets>2761709</out-packets>
-          <out-broadcast-packets>18</out-broadcast-packets>
-          <out-multicast-packets>2210273</out-multicast-packets>
-          <out-unicast-packets>551418</out-unicast-packets>
-        </statistics>
-        <port-scheduler-policy>
-          <statistics>
-            <policy-name/>
-            <total-forwarded-octets>0</total-forwarded-octets>
-            <total-forwarded-packets>0</total-forwarded-packets>
-            <total-dropped-octets>0</total-dropped-octets>
-            <total-dropped-packets>0</total-dropped-packets>
-          </statistics>
-        </port-scheduler-policy>
-      </lag>
-      <lag>
-        <lag-name>lag-7</lag-name>
-        <lag-id>7</lag-id>
-        <oper-state>down</oper-state>
-        <lacp-admin-key-autogen>false</lacp-admin-key-autogen>
-        <if-index>1342177287</if-index>
-        <hardware-mac-address>9c:e0:41:60:f9:2f</hardware-mac-address>
-        <available-bandwidth>0</available-bandwidth>
-        <booked-bandwidth>0</booked-bandwidth>
-        <selected-sub-group>1</selected-sub-group>
-        <sub-group-count>1</sub-group-count>
-        <operational-key>7</operational-key>
-        <system-id>9c:e0:41:60:f7:e8</system-id>
-        <system-priority>32768</system-priority>
-        <partner-system-id>00:00:00:00:00:00</partner-system-id>
-        <partner-priority>0</partner-priority>
-        <partner-operational-key>0</partner-operational-key>
-        <number-weight-up>0</number-weight-up>
-        <bandwidth>0</bandwidth>
-        <number-port-up>0</number-port-up>
-        <total-weight>100</total-weight>
-        <network>
-          <egress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>624789</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>150405627</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>2383068004</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>3350354639947</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>12027689</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>3142451668</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>57267</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>8586797</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>1730772077</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>2503703161465</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>11805</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>4514256</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-        <port>
-          <port-id>1/1/c8/1</port-id>
-          <active-standby>active</active-standby>
-          <primary>true</primary>
-          <actor-oper-state>lacp-activity lacp-timeout aggregation</actor-oper-state>
-          <partner-oper-state>lacp-activity lacp-timeout aggregation collecting distributing</partner-oper-state>
-          <actor-port>2255</actor-port>
-          <partner-port>2</partner-port>
-          <lacp-statistics>
-            <rx-packets>1101772</rx-packets>
-            <tx-packets>1106810</tx-packets>
-            <rx-illegal>0</rx-illegal>
-            <rx-errors>0</rx-errors>
-          </lacp-statistics>
-        </port>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>2504868709887</in-octets>
-          <in-packets>1740033653</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>928</in-broadcast-packets>
-          <in-multicast-packets>1522244</in-multicast-packets>
-          <in-unicast-packets>1738510481</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>3353647497242</out-octets>
-          <out-packets>2395720482</out-packets>
-          <out-broadcast-packets>3</out-broadcast-packets>
-          <out-multicast-packets>1489855</out-multicast-packets>
-          <out-unicast-packets>2394230624</out-unicast-packets>
-        </statistics>
-        <port-scheduler-policy>
-          <statistics>
-            <policy-name/>
-            <total-forwarded-octets>0</total-forwarded-octets>
-            <total-forwarded-packets>0</total-forwarded-packets>
-            <total-dropped-octets>0</total-dropped-octets>
-            <total-dropped-packets>0</total-dropped-packets>
-          </statistics>
-        </port-scheduler-policy>
-      </lag>
-    </state>
-  </data>
-</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-ports.xml b/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-ports.xml
deleted file mode 100644
index b3dcb92bf2e5224e7db53a1612ce992c38368448..0000000000000000000000000000000000000000
--- a/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-ports.xml
+++ /dev/null
@@ -1,154918 +0,0 @@
-<rpc-reply message-id="urn:uuid:05ae5fc8-cd4c-4c61-bf51-4dc4eb0ee5e4">
-  <data>
-    <state>
-      <port>
-        <port-id>1/1/c1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899520</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c1/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:b8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610899521</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>4177920</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2355200</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1822720</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>42598400</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:15:42.1Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899584</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1307</laser-wavelength>
-          <link-length-information>0a:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE11241AARB01  NOK  INUIAC7HAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>80:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>18</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-plus</type>
-          <vendor-manufacture-date>2023-06-28T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:0a:1d</vendor-oui>
-          <vendor-part-number>QSP1PF4LRCALUE1A</vendor-part-number>
-          <vendor-serial-number>OPCPCN23260232  </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>18.2</current>
-              <high-alarm>73.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-3.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.37</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>25.1</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-2.81</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-3.05</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-2.07</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-2.49</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>75.0</high-alarm>
-                <high-warning>65.0</high-warning>
-                <low-alarm>5.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-7.2</low-alarm>
-                <low-warning>-6.2</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>2.5</high-alarm>
-                <high-warning>0.5</high-warning>
-                <low-alarm>-16.4</low-alarm>
-                <low-warning>-14.4</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c2/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:c2</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:35:51.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 mpls iso ipv6</protocols-supported>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899585</if-index>
-        <statistics>
-          <counter-discontinuity-time>2024-03-15T09:35:47.7Z</counter-discontinuity-time>
-          <last-cleared-time>2024-03-15T09:35:47.7Z</last-cleared-time>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3194607674</in-octets>
-          <in-packets>8083367</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1389</in-broadcast-packets>
-          <in-multicast-packets>2214511</in-multicast-packets>
-          <in-unicast-packets>5867467</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>2505943700839</out-octets>
-          <out-packets>1740694060</out-packets>
-          <out-broadcast-packets>3</out-broadcast-packets>
-          <out-multicast-packets>2239228</out-multicast-packets>
-          <out-unicast-packets>1738454829</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>3</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-1 | LON-LON | to-rt1-lon-xe-4/</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>1389</in-broadcast-packets>
-            <in-multicast-packets>2214511</in-multicast-packets>
-            <in-unicast-packets>5867467</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>3194607674</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>3</out-broadcast-packets>
-            <out-multicast-packets>2239228</out-multicast-packets>
-            <out-unicast-packets>1738454829</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>2505943700839</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>1392</total-broadcast-packets>
-            <total-multicast-packets>4453739</total-multicast-packets>
-            <total-octets>2509138308513</total-octets>
-            <total-packets>1748777427</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>649729</octets-64>
-              <octets-65-to-127>107497288</octets-65-to-127>
-              <octets-128-to-255>7436919</octets-128-to-255>
-              <octets-256-to-511>2552736</octets-256-to-511>
-              <octets-512-to-1023>710157</octets-512-to-1023>
-              <octets-1024-to-1518>2254508</octets-1024-to-1518>
-              <octets-1519-to-max>1627676090</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <remote-system>
-                <remote-time-mark>59277605</remote-time-mark>
-                <remote-index>1</remote-index>
-                <age>1665680</age>
-                <chassis-id>AC:4B:C8:46:2F:C0</chassis-id>
-                <chassis-id-subtype>mac-address</chassis-id-subtype>
-                <remote-port-id>xe-4/0/4</remote-port-id>
-                <remote-port-id-subtype>interface-name</remote-port-id-subtype>
-                <port-description>PHY INFRASTRUCTURE BACKBONE P_ae23 | LON-LON | TO-rt0.lon-1/1/c2/1</port-description>
-                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
-                <system-supported-capabilities>bridge router</system-supported-capabilities>
-                <system-description>Juniper Networks, Inc. mx480 internet router, kernel JUNOS 20.4R3-S7.2, Build date: 2023-04-21 19:35:28 UTC Copyright (c) 1996-2023 Juniper Networks, Inc.</system-description>
-                <system-name>rt1.lon.uk.re0.office.geant.net</system-name>
-                <mgmt-address>
-                  <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-                  <mgmt-address>172.16.113.15</mgmt-address>
-                  <interface-subtype>if-index</interface-subtype>
-                  <interface-id>1</interface-id>
-                  <object-identifier>16975361.33627905.16843009</object-identifier>
-                </mgmt-address>
-              </remote-system>
-              <statistics>
-                <transmit>
-                  <frames>55527</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>60025</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>240100</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>1740694756</forward-packets>
-                <forward-octets>2505943967486</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>199</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>299616</discard-queue-tail-drop-octets>
-                <total-packets>1740694955</total-packets>
-                <total-octets>2505944267102</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>34639</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>5823258</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>1730443606</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>2503272591293</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>199</out-profile-dropped-packets>
-                <out-profile-dropped-octets>299616</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>10216572</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>2665577941</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>4061</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>486135</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>425</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>61526</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>22235</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>9405883</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:c3</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899586</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>308</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>remote</current-alarms>
-          <reported-alarms>remote</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>308</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>135</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>38</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>135</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:c4</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899587</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>73</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>remote</current-alarms>
-          <reported-alarms>remote</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>73</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>26</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>21</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>26</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c2/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:c5</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899588</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local frame-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899648</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899712</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c4/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:d6</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899713</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c4/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:d7</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899714</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c4/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:d8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899715</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c4/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:d9</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899716</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c5</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:15:42.1Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899776</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1311</laser-wavelength>
-          <link-length-information>05:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE15271AARA01  NOK  INUIAHAHAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>02:11:1c:84:01:0d:14:21:55:ff:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-06-20T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>70:ee:a3</vendor-oui>
-          <vendor-part-number>EOLD134HG5HM46NK</vendor-part-number>
-          <vendor-serial-number>NK2325Z0131     </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>31.8</current>
-              <high-alarm>80.0</high-alarm>
-              <high-warning>75.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.28</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>3.05</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>78.8</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.82</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.56</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>65.7</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.99</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>2.13</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>75.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.92</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>2.52</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>75.3</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.85</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.95</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c5/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:e0</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T10:08:09.8Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 mpls iso ipv6</protocols-supported>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610899777</if-index>
-        <statistics>
-          <counter-discontinuity-time>2024-03-15T10:08:03.0Z</counter-discontinuity-time>
-          <last-cleared-time>2024-03-15T10:08:03.0Z</last-cleared-time>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>306166647</in-octets>
-          <in-packets>2238146</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>7</in-broadcast-packets>
-          <in-multicast-packets>2236434</in-multicast-packets>
-          <in-unicast-packets>1705</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>304481985</out-octets>
-          <out-packets>2238267</out-packets>
-          <out-broadcast-packets>15</out-broadcast-packets>
-          <out-multicast-packets>2236983</out-multicast-packets>
-          <out-unicast-packets>1269</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>1</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-2 | AMS-LON | TO-rt0.ams-1/1/c</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>7</in-broadcast-packets>
-            <in-multicast-packets>2236434</in-multicast-packets>
-            <in-unicast-packets>1705</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>306166647</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>15</out-broadcast-packets>
-            <out-multicast-packets>2236983</out-multicast-packets>
-            <out-unicast-packets>1269</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>304481985</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>22</total-broadcast-packets>
-            <total-multicast-packets>4473417</total-multicast-packets>
-            <total-octets>610648632</total-octets>
-            <total-packets>4476413</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>28962</octets-64>
-              <octets-65-to-127>594639</octets-65-to-127>
-              <octets-128-to-255>3822076</octets-128-to-255>
-              <octets-256-to-511>5584</octets-256-to-511>
-              <octets-512-to-1023>18796</octets-512-to-1023>
-              <octets-1024-to-1518>6356</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <remote-system>
-                <remote-time-mark>356635</remote-time-mark>
-                <remote-index>2</remote-index>
-                <age>1663741</age>
-                <chassis-id>18:C3:00:91:FD:18</chassis-id>
-                <chassis-id-subtype>mac-address</chassis-id-subtype>
-                <remote-port-id>1610899777</remote-port-id>
-                <remote-port-id-subtype>local</remote-port-id-subtype>
-                <port-description>1/1/c5/1, 400-Gig Ethernet, "PHY INFRASTRUCTURE BACKBONE P_lag-2 | AMS-LON | to-rt0.lon-1/1/c5/1"</port-description>
-                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
-                <system-supported-capabilities>bridge router</system-supported-capabilities>
-                <system-description/>
-                <system-name>rt0.ams.nl</system-name>
-              </remote-system>
-              <statistics>
-                <transmit>
-                  <frames>55461</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>55462</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>4177920</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2355200</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1822720</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>2238268</forward-packets>
-                <forward-octets>304482113</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>2238268</total-packets>
-                <total-octets>304482113</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>252</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>33288</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>42598400</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>2238016</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>304448825</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>593</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>172199</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>940</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>101348</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c6</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899840</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c7</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:15:42.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899904</if-index>
-        <transceiver>
-          <connector-code>lc</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1547</laser-wavelength>
-          <link-length-information>bf:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <number-of-lanes>1</number-of-lanes>
-          <oper-state>unsupported</oper-state>
-          <optical-compliance>02:11:46:81:01:0d:46:21:55:0d:47:21:15:0d:48:21:05:41:48:41:11:41:49:41:01:11:c4:81:01:0d:c4:21:55:41:c4:41:11:05:c4:11:ff:0f:c4:41:11:0a:c4:11:ff:39:c4:41:11:53:c4:21:55:c0:c3:11:ff:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-10-24T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>3c:02:68</vendor-oui>
-          <vendor-part-number>XRQDCD400PAN5ZZZ</vendor-part-number>
-          <vendor-serial-number>MA222341A00A    </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>19.6</current>
-              <high-alarm>75.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.32</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-13.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>2.0</high-warning>
-                <low-alarm>-23.01</low-alarm>
-                <low-warning>-21.02</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <dwdm>
-          <laser-tunability>flex-tunable</laser-tunability>
-          <minimum-frequency>191100000</minimum-frequency>
-          <maximum-frequency>196100000</maximum-frequency>
-          <supported-grids>grid-100-ghz grid-75-ghz grid-6250-mhz</supported-grids>
-          <fine-tuning>
-            <range>6250</range>
-            <resolution>10</resolution>
-          </fine-tuning>
-          <coherent>
-            <current-alarms/>
-            <reported-alarms/>
-            <defect-points/>
-            <module-state>low-power</module-state>
-            <module-tx-turn-up-states/>
-            <module-rx-turn-up-states/>
-            <rx-electrical-snr-x-polarization>0</rx-electrical-snr-x-polarization>
-            <rx-electrical-snr-y-polarization>0</rx-electrical-snr-y-polarization>
-            <rx-quality-margin>0</rx-quality-margin>
-            <rx-optical-snr-x-polarization>0</rx-optical-snr-x-polarization>
-            <rx-optical-snr-y-polarization>0</rx-optical-snr-y-polarization>
-            <statistics>
-              <elapsed-seconds>1642541</elapsed-seconds>
-              <received>
-                <bit-error-rate>
-                  <current>0.0</current>
-                  <average>0.0</average>
-                  <minimum>0.0</minimum>
-                  <maximum>0.0</maximum>
-                </bit-error-rate>
-                <electrical-signal-to-noise-ratio>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </electrical-signal-to-noise-ratio>
-                <optical-signal-to-noise-ratio>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </optical-signal-to-noise-ratio>
-                <chromatic-dispersion>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </chromatic-dispersion>
-                <differential-group-delay>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </differential-group-delay>
-                <frequency-offset>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </frequency-offset>
-                <quality>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </quality>
-                <power>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </power>
-                <total-power>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </total-power>
-                <polarization-dependent-loss>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </polarization-dependent-loss>
-                <media-frame-error-count>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </media-frame-error-count>
-              </received>
-              <transmitted>
-                <power>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </power>
-              </transmitted>
-            </statistics>
-            <transmit-power>
-              <minimum>-9900</minimum>
-              <maximum>300</maximum>
-            </transmit-power>
-          </coherent>
-        </dwdm>
-      </port>
-      <port>
-        <port-id>1/1/c7/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:f4</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T16:01:30.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610899905</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>4177920</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2355200</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1822720</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>42598400</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c8</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-20T15:09:19.8Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610899968</if-index>
-        <transceiver>
-          <connector-code>lc</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1302</laser-wavelength>
-          <link-length-information>0a:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE10550AARA01  NOK  IPU3BFUEAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>80:00:00:00:00:00:00:02:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>3</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>cfp2-or-qsfp28</type>
-          <vendor-manufacture-date>2022-12-13T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:90:65</vendor-oui>
-          <vendor-part-number>FTLC1156RDPL-A5 </vendor-part-number>
-          <vendor-serial-number>U8QC4JG         </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>21.6</current>
-              <high-alarm>75.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.32</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds>rx-optical-power-low-warning rx-optical-power-low-alarm</failed-thresholds>
-              <transmit-bias-current>
-                <current>43.6</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>2.52</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds>rx-optical-power-low-warning rx-optical-power-low-alarm</failed-thresholds>
-              <transmit-bias-current>
-                <current>43.5</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>2.02</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds>rx-optical-power-low-warning rx-optical-power-low-alarm</failed-thresholds>
-              <transmit-bias-current>
-                <current>44.1</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>2.45</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds>rx-optical-power-low-warning rx-optical-power-low-alarm</failed-thresholds>
-              <transmit-bias-current>
-                <current>43.4</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>2.12</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c8/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:d9:fe</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-04-02T10:36:06.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610899969</if-index>
-        <statistics>
-          <counter-discontinuity-time>2024-03-20T15:09:19.7Z</counter-discontinuity-time>
-          <last-cleared-time>2024-03-20T15:09:19.7Z</last-cleared-time>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>2504868709887</in-octets>
-          <in-packets>1740033653</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>928</in-broadcast-packets>
-          <in-multicast-packets>1522244</in-multicast-packets>
-          <in-unicast-packets>1738510481</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>3353647497242</out-octets>
-          <out-packets>2395720482</out-packets>
-          <out-broadcast-packets>3</out-broadcast-packets>
-          <out-multicast-packets>1489855</out-multicast-packets>
-          <out-unicast-packets>2394230624</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local block-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>4</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-7 | DUB-LON-DEMO | </identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>928</in-broadcast-packets>
-            <in-multicast-packets>1522244</in-multicast-packets>
-            <in-unicast-packets>1738510481</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>2504868709887</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>3</out-broadcast-packets>
-            <out-multicast-packets>1489855</out-multicast-packets>
-            <out-unicast-packets>2394230624</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>3353647497242</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>931</total-broadcast-packets>
-            <total-multicast-packets>3012099</total-multicast-packets>
-            <total-octets>5858516207129</total-octets>
-            <total-packets>4135754135</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>657063</octets-64>
-              <octets-65-to-127>310269269</octets-65-to-127>
-              <octets-128-to-255>8962438</octets-128-to-255>
-              <octets-256-to-511>5356217</octets-256-to-511>
-              <octets-512-to-1023>541566</octets-512-to-1023>
-              <octets-1024-to-1518>322800</octets-1024-to-1518>
-              <octets-1519-to-max>3809644782</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>36899</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>39860</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>159440</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1044480</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>588800</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>455680</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>2395720482</forward-packets>
-                <forward-octets>3353647497242</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>2395720482</total-packets>
-                <total-octets>3353647497242</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>624789</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>150405627</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>2383068004</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>3350354639947</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>12027689</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>3142451668</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>57267</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>8586797</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>1730772077</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>2503703161465</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>11805</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>4514256</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c9</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:15:43.3Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900032</if-index>
-        <transceiver>
-          <connector-code>lc</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1302</laser-wavelength>
-          <link-length-information>0a:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE10550AARA01  NOK  IPU3BFUEAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>80:00:00:00:00:00:00:02:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>3</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>cfp2-or-qsfp28</type>
-          <vendor-manufacture-date>2022-12-14T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:90:65</vendor-oui>
-          <vendor-part-number>FTLC1156RDPL-A5 </vendor-part-number>
-          <vendor-serial-number>U8RAU7G         </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>19.7</current>
-              <high-alarm>75.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.32</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>2.54</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.6</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>2.36</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.75</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c9/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:08</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900033</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>remote</current-alarms>
-          <reported-alarms>remote</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1044480</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>588800</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>455680</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c9/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:09</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900034</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local block-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1044480</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>588800</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>455680</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c10</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900096</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c10/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:12</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900097</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c11</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900160</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c11/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:1c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900161</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c11/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:1d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900162</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c12</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900224</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c12/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:26</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900225</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c12/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:27</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900226</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c13</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-27T10:58:13.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900288</if-index>
-        <transceiver>
-          <connector-code>lc</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1565495</laser-wavelength>
-          <link-length-information>bc:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE18360AARA01  NOK  INUIAYLGAA</model-number>
-          <number-of-lanes>1</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>02:11:46:81:01:0d:46:21:55:0d:47:21:15:0d:48:21:05:0d:49:21:01:11:3e:81:01:0d:3e:21:55:0d:44:21:01:ff:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-10-12T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:90:65</vendor-oui>
-          <vendor-part-number>FTCD3323R1PCL-A5</vendor-part-number>
-          <vendor-serial-number>NK2341GM038     </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>59.7</current>
-              <high-alarm>80.0</high-alarm>
-              <high-warning>75.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.26</current>
-              <high-alarm>3.6</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>3.0</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-output-power>
-                <current>-0.02</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-13.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-8.69</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-23.01</low-alarm>
-                <low-warning>-21.02</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <dwdm>
-          <laser-tunability>flex-tunable</laser-tunability>
-          <oper-frequency>191500000</oper-frequency>
-          <minimum-frequency>191300000</minimum-frequency>
-          <maximum-frequency>196100000</maximum-frequency>
-          <supported-grids>grid-100-ghz grid-75-ghz grid-50-ghz grid-25-ghz grid-12500-mhz grid-6250-mhz</supported-grids>
-          <fine-tuning>
-            <range>6250</range>
-            <resolution>100</resolution>
-          </fine-tuning>
-          <coherent>
-            <current-alarms>netrx</current-alarms>
-            <reported-alarms>netrx</reported-alarms>
-            <defect-points>net-rx-lol</defect-points>
-            <module-state>ready</module-state>
-            <module-tx-turn-up-states/>
-            <module-rx-turn-up-states/>
-            <rx-electrical-snr-x-polarization>205</rx-electrical-snr-x-polarization>
-            <rx-electrical-snr-y-polarization>205</rx-electrical-snr-y-polarization>
-            <rx-quality-margin>0</rx-quality-margin>
-            <rx-optical-snr-x-polarization>220</rx-optical-snr-x-polarization>
-            <rx-optical-snr-y-polarization>220</rx-optical-snr-y-polarization>
-            <statistics>
-              <elapsed-seconds>1303162</elapsed-seconds>
-              <received>
-                <bit-error-rate>
-                  <current>1.0</current>
-                  <average>0.5</average>
-                  <minimum>0.0</minimum>
-                  <maximum>1.0</maximum>
-                </bit-error-rate>
-                <electrical-signal-to-noise-ratio>
-                  <current>205</current>
-                  <average>141</average>
-                  <minimum>0</minimum>
-                  <maximum>282</maximum>
-                </electrical-signal-to-noise-ratio>
-                <optical-signal-to-noise-ratio>
-                  <current>220</current>
-                  <average>148</average>
-                  <minimum>0</minimum>
-                  <maximum>297</maximum>
-                </optical-signal-to-noise-ratio>
-                <chromatic-dispersion>
-                  <current>240</current>
-                  <average>-6875</average>
-                  <minimum>-14000</minimum>
-                  <maximum>250</maximum>
-                </chromatic-dispersion>
-                <differential-group-delay>
-                  <current>4</current>
-                  <average>3</average>
-                  <minimum>0</minimum>
-                  <maximum>6</maximum>
-                </differential-group-delay>
-                <frequency-offset>
-                  <current>-174</current>
-                  <average>-181</average>
-                  <minimum>-362</minimum>
-                  <maximum>0</maximum>
-                </frequency-offset>
-                <quality>
-                  <current>61</current>
-                  <average>53</average>
-                  <minimum>0</minimum>
-                  <maximum>106</maximum>
-                </quality>
-                <power>
-                  <current>-1189</current>
-                  <average>-1426</average>
-                  <minimum>-9900</minimum>
-                  <maximum>-1125</maximum>
-                </power>
-                <total-power>
-                  <current>-864</current>
-                  <average>-366</average>
-                  <minimum>-9900</minimum>
-                  <maximum>-65</maximum>
-                </total-power>
-                <polarization-dependent-loss>
-                  <current>4</current>
-                  <average>4</average>
-                  <minimum>0</minimum>
-                  <maximum>8</maximum>
-                </polarization-dependent-loss>
-                <state-of-polarization-rate-of-change>
-                  <current>3.0</current>
-                  <average>8.0</average>
-                  <minimum>0.0</minimum>
-                  <maximum>17.0</maximum>
-                </state-of-polarization-rate-of-change>
-                <media-frame-error-count>
-                  <current>0</current>
-                  <average>17400</average>
-                  <minimum>0</minimum>
-                  <maximum>34800</maximum>
-                </media-frame-error-count>
-              </received>
-              <transmitted>
-                <power>
-                  <current>-2</current>
-                  <average>-46</average>
-                  <minimum>-9900</minimum>
-                  <maximum>255</maximum>
-                </power>
-              </transmitted>
-            </statistics>
-            <transmit-power>
-              <minimum>-600</minimum>
-              <maximum>100</maximum>
-            </transmit-power>
-          </coherent>
-        </dwdm>
-      </port>
-      <port>
-        <port-id>1/1/c13/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:30</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-27T14:52:12.3Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>up</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900289</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>12</in-errors>
-          <in-octets>71488</in-octets>
-          <in-packets>886</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>214</in-broadcast-packets>
-          <in-multicast-packets>672</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>95514</out-octets>
-          <out-packets>1259</out-packets>
-          <out-broadcast-packets>580</out-broadcast-packets>
-          <out-multicast-packets>679</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1966080</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>1372160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>593920</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>2</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>2</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>930</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>214</in-broadcast-packets>
-            <in-multicast-packets>672</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>12</in-errors>
-            <in-octets>71488</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>580</out-broadcast-packets>
-            <out-multicast-packets>679</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>95514</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>8</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>794</total-broadcast-packets>
-            <total-multicast-packets>1351</total-multicast-packets>
-            <total-octets>167002</total-octets>
-            <total-packets>2145</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>4</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>8</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>794</octets-64>
-              <octets-65-to-127>1351</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-            <egress>
-              <queue-group>
-                <queue-group-name>policer-output-queues</queue-group-name>
-                <instance-id>1</instance-id>
-                <queue>
-                  <queue-id>1</queue-id>
-                  <statistics>
-                    <profile>
-                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
-                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
-                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
-                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
-                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
-                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
-                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
-                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
-                    </profile>
-                  </statistics>
-                  <hardware-queue>
-                    <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                    <exceed-droptail>398458880</exceed-droptail>
-                    <high-droptail>503316480</high-droptail>
-                    <high-plus-droptail>503316480</high-plus-droptail>
-                    <low-droptail>450887680</low-droptail>
-                    <operational-cbs>0</operational-cbs>
-                    <operational-cir>0</operational-cir>
-                    <operational-mbs>503316480</operational-mbs>
-                    <operational-pir>max</operational-pir>
-                    <burst-limit>auto</burst-limit>
-                    <operational-exceed-burst>max</operational-exceed-burst>
-                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                    <exceed-slope>
-                      <current-probability>0</current-probability>
-                    </exceed-slope>
-                    <high-slope>
-                      <current-probability>0</current-probability>
-                    </high-slope>
-                    <high-plus-slope>
-                      <current-probability>0</current-probability>
-                    </high-plus-slope>
-                    <low-slope>
-                      <current-probability>0</current-probability>
-                    </low-slope>
-                  </hardware-queue>
-                </queue>
-                <queue>
-                  <queue-id>2</queue-id>
-                  <statistics>
-                    <profile>
-                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
-                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
-                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
-                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
-                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
-                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
-                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
-                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
-                    </profile>
-                  </statistics>
-                  <hardware-queue>
-                    <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                    <exceed-droptail>398458880</exceed-droptail>
-                    <high-droptail>503316480</high-droptail>
-                    <high-plus-droptail>503316480</high-plus-droptail>
-                    <low-droptail>450887680</low-droptail>
-                    <operational-cbs>0</operational-cbs>
-                    <operational-cir>0</operational-cir>
-                    <operational-mbs>503316480</operational-mbs>
-                    <operational-pir>max</operational-pir>
-                    <burst-limit>auto</burst-limit>
-                    <operational-exceed-burst>max</operational-exceed-burst>
-                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                    <exceed-slope>
-                      <current-probability>0</current-probability>
-                    </exceed-slope>
-                    <high-slope>
-                      <current-probability>0</current-probability>
-                    </high-slope>
-                    <high-plus-slope>
-                      <current-probability>0</current-probability>
-                    </high-plus-slope>
-                    <low-slope>
-                      <current-probability>0</current-probability>
-                    </low-slope>
-                  </hardware-queue>
-                </queue>
-              </queue-group>
-            </egress>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>679</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>2</age-outs>
-                  <frames>650</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1966080</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>1116160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>849920</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>1259</forward-packets>
-                <forward-octets>95514</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>1259</total-packets>
-                <total-octets>95514</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>20152320</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>201850880</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>201850880</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>201850880</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>1259</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>95514</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900352</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c14/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:3a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900353</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:3b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900354</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:3c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900355</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c14/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:3d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900356</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c15</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900416</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c16</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900480</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c16/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:4e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900481</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c16/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:4f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900482</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c16/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:50</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900483</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c16/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:51</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900484</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c17</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900544</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c17/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:58</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900545</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c18</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900608</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c19</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:15:44.2Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900672</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1311</laser-wavelength>
-          <link-length-information>05:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE15271AARA01  NOK  INUIAHAHAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>02:11:1c:84:01:0d:14:21:55:ff:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-04-18T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>70:ee:a3</vendor-oui>
-          <vendor-part-number>EOLD134HG5HM46NK</vendor-part-number>
-          <vendor-serial-number>NK2316Z0102     </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>28.1</current>
-              <high-alarm>80.0</high-alarm>
-              <high-warning>75.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.29</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>3.05</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-36.99</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c19/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:6c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900673</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900736</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c20/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:76</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900737</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:77</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900738</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:78</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900739</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c20/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:79</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900740</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c21</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900800</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c22</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900864</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c22/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:8a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900865</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c22/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:8b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900866</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c22/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:8c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900867</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c22/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:8d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610900868</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c23</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900928</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c23/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:94</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610900929</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c24</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610900992</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c25</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901056</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c25/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:a8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901057</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c26</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901120</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c26/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:b2</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901121</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c26/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:b3</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901122</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c27</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901184</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c27/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:bc</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901185</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c27/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:bd</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901186</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c28</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901248</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c28/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:c6</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901249</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c29</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901312</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c29/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:d0</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901313</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c29/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:d1</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901314</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c30</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:15:44.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901376</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>850</laser-wavelength>
-          <link-length-information>00:23:00:00:32:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE10551AARA01  NOK  IPU3BFVEAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>80:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>2</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>cfp2-or-qsfp28</type>
-          <vendor-manufacture-date>2023-03-14T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:90:65</vendor-oui>
-          <vendor-part-number>FTLC9558REPM-A5 </vendor-part-number>
-          <vendor-serial-number>X99BF02         </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>16.4</current>
-              <high-alarm>75.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.33</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>13.0</high-alarm>
-                <high-warning>11.0</high-warning>
-                <low-alarm>3.0</low-alarm>
-                <low-warning>5.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-10.0</low-alarm>
-                <low-warning>-8.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>3.4</high-alarm>
-                <high-warning>2.4</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-11.0</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c30/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:da</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901377</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local block-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c30/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:db</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901378</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local block-not-locked</current-alarms>
-          <reported-alarms>local</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c31</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901440</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c31/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:e4</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901441</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901504</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c32/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:ee</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901505</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:ef</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901506</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:f0</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901507</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c32/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:da:f1</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901508</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c33</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901568</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c34</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901632</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c34/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:db:02</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901633</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c34/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:db:03</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901634</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c34/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:db:04</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901635</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c34/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:db:05</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1610901636</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c35</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901696</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>1/1/c35/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c3:db:0c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1610901697</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>1/1/c36</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1610901760</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161664</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c1/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:08</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611161665</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>4177920</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2355200</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1822720</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>42598400</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161728</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c2/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:12</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161729</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:13</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161730</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:14</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161731</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c2/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:15</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161732</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161792</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161856</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c4/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:26</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161857</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c4/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:27</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161858</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c4/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:28</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161859</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c4/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:29</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611161860</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>104960</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>60160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>44800</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>1064960</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>53739520</adapted-admin-mbs>
-                <exceed-droptail>48496640</exceed-droptail>
-                <high-droptail>53739520</high-droptail>
-                <high-plus-droptail>53739520</high-plus-droptail>
-                <low-droptail>47841280</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>53739520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>26869760</adapted-admin-mbs>
-                <exceed-droptail>24248320</exceed-droptail>
-                <high-droptail>26869760</high-droptail>
-                <high-plus-droptail>26869760</high-plus-droptail>
-                <low-droptail>23920640</low-droptail>
-                <operational-cbs>3194880</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>26869760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c5</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161920</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c5/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:30</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611161921</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>4177920</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2355200</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1822720</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>42598400</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c6</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>1</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611161984</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c7</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T16:06:46.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162048</if-index>
-        <transceiver>
-          <connector-code>lc</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1547</laser-wavelength>
-          <link-length-information>bf:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <number-of-lanes>1</number-of-lanes>
-          <oper-state>unsupported</oper-state>
-          <optical-compliance>02:11:46:81:01:0d:46:21:55:0d:47:21:15:0d:48:21:05:41:48:41:11:41:49:41:01:11:c4:81:01:0d:c4:21:55:41:c4:41:11:05:c4:11:ff:0f:c4:41:11:0a:c4:11:ff:39:c4:41:11:53:c4:21:55:c0:c3:11:ff:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-10-31T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>3c:02:68</vendor-oui>
-          <vendor-part-number>XRQDCD400PAN5ZZZ</vendor-part-number>
-          <vendor-serial-number>MA222343A045    </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>17.1</current>
-              <high-alarm>75.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.31</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-13.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-40.0</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>2.0</high-warning>
-                <low-alarm>-23.01</low-alarm>
-                <low-warning>-21.02</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <dwdm>
-          <laser-tunability>flex-tunable</laser-tunability>
-          <minimum-frequency>191100000</minimum-frequency>
-          <maximum-frequency>196100000</maximum-frequency>
-          <supported-grids>grid-100-ghz grid-75-ghz grid-6250-mhz</supported-grids>
-          <fine-tuning>
-            <range>6250</range>
-            <resolution>10</resolution>
-          </fine-tuning>
-          <coherent>
-            <current-alarms/>
-            <reported-alarms/>
-            <defect-points/>
-            <module-state>low-power</module-state>
-            <module-tx-turn-up-states/>
-            <module-rx-turn-up-states/>
-            <rx-electrical-snr-x-polarization>0</rx-electrical-snr-x-polarization>
-            <rx-electrical-snr-y-polarization>0</rx-electrical-snr-y-polarization>
-            <rx-quality-margin>0</rx-quality-margin>
-            <rx-optical-snr-x-polarization>0</rx-optical-snr-x-polarization>
-            <rx-optical-snr-y-polarization>0</rx-optical-snr-y-polarization>
-            <statistics>
-              <elapsed-seconds>1642236</elapsed-seconds>
-              <received>
-                <bit-error-rate>
-                  <current>0.0</current>
-                  <average>0.0</average>
-                  <minimum>0.0</minimum>
-                  <maximum>0.0</maximum>
-                </bit-error-rate>
-                <electrical-signal-to-noise-ratio>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </electrical-signal-to-noise-ratio>
-                <optical-signal-to-noise-ratio>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </optical-signal-to-noise-ratio>
-                <chromatic-dispersion>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </chromatic-dispersion>
-                <differential-group-delay>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </differential-group-delay>
-                <frequency-offset>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </frequency-offset>
-                <quality>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </quality>
-                <power>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </power>
-                <total-power>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </total-power>
-                <polarization-dependent-loss>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </polarization-dependent-loss>
-                <media-frame-error-count>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </media-frame-error-count>
-              </received>
-              <transmitted>
-                <power>
-                  <current>0</current>
-                  <average>0</average>
-                  <minimum>0</minimum>
-                  <maximum>0</maximum>
-                </power>
-              </transmitted>
-            </statistics>
-            <transmit-power>
-              <minimum>-9900</minimum>
-              <maximum>300</maximum>
-            </transmit-power>
-          </coherent>
-        </dwdm>
-      </port>
-      <port>
-        <port-id>2/1/c7/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:44</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T16:06:46.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162049</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>4177920</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2355200</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1822720</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>42598400</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2139095040</adapted-admin-mbs>
-                <exceed-droptail>1929379840</exceed-droptail>
-                <high-droptail>2139095040</high-droptail>
-                <high-plus-droptail>2139095040</high-plus-droptail>
-                <low-droptail>1908408320</low-droptail>
-                <operational-cbs>429916160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2139095040</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1069547520</adapted-admin-mbs>
-                <exceed-droptail>964689920</exceed-droptail>
-                <high-droptail>1069547520</high-droptail>
-                <high-plus-droptail>1069547520</high-plus-droptail>
-                <low-droptail>954204160</low-droptail>
-                <operational-cbs>128450560</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1069547520</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c8</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T14:59:02.8Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162112</if-index>
-        <transceiver>
-          <connector-code>lc</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1302</laser-wavelength>
-          <link-length-information>0a:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE10550AARA01  NOK  IPU3BFUEAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>80:00:00:00:00:00:00:02:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>3</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>cfp2-or-qsfp28</type>
-          <vendor-manufacture-date>2022-12-13T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:90:65</vendor-oui>
-          <vendor-part-number>FTLC1156RDPL-A5 </vendor-part-number>
-          <vendor-serial-number>U8RA833         </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>21.6</current>
-              <high-alarm>75.0</high-alarm>
-              <high-warning>70.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.32</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>2.97</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>43.5</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.98</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>0.83</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>43.4</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>1.73</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>1.25</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>43.7</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>2.41</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-0.3</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>43.3</current>
-                <high-alarm>65.0</high-alarm>
-                <high-warning>60.0</high-warning>
-                <low-alarm>25.0</low-alarm>
-                <low-warning>30.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>2.6</current>
-                <high-alarm>7.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.3</low-alarm>
-                <low-warning>-4.3</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>0.55</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-14.6</low-alarm>
-                <low-warning>-10.6</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c8/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:4e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-04-02T13:09:39.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 mpls iso ipv6</protocols-supported>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162113</if-index>
-        <statistics>
-          <counter-discontinuity-time>2024-03-15T15:16:50.5Z</counter-discontinuity-time>
-          <last-cleared-time>2024-03-15T15:16:50.5Z</last-cleared-time>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3359094517724</in-octets>
-          <in-packets>2385482677</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>1371</in-broadcast-packets>
-          <in-multicast-packets>2173786</in-multicast-packets>
-          <in-unicast-packets>2383307520</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>347658296</out-octets>
-          <out-packets>2761694</out-packets>
-          <out-broadcast-packets>18</out-broadcast-packets>
-          <out-multicast-packets>2210261</out-multicast-packets>
-          <out-unicast-packets>551415</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>7</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-3 | LON-LON | to-rt1.lon-et0/0</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>1371</in-broadcast-packets>
-            <in-multicast-packets>2173786</in-multicast-packets>
-            <in-unicast-packets>2383307520</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>3359094517724</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>18</out-broadcast-packets>
-            <out-multicast-packets>2210261</out-multicast-packets>
-            <out-unicast-packets>551415</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>347658296</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>1389</total-broadcast-packets>
-            <total-multicast-packets>4384047</total-multicast-packets>
-            <total-octets>3359442176020</total-octets>
-            <total-packets>2388244371</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>615685</octets-64>
-              <octets-65-to-127>202010674</octets-65-to-127>
-              <octets-128-to-255>3660592</octets-128-to-255>
-              <octets-256-to-511>148694</octets-256-to-511>
-              <octets-512-to-1023>215433</octets-512-to-1023>
-              <octets-1024-to-1518>171515</octets-1024-to-1518>
-              <octets-1519-to-max>2181421778</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <remote-system>
-                <remote-time-mark>156965368</remote-time-mark>
-                <remote-index>112</remote-index>
-                <age>97662</age>
-                <chassis-id>AC:4B:C8:46:2F:C0</chassis-id>
-                <chassis-id-subtype>mac-address</chassis-id-subtype>
-                <remote-port-id>et-0/0/2</remote-port-id>
-                <remote-port-id-subtype>interface-name</remote-port-id-subtype>
-                <port-description>PHY INFRASTRUCTURE BACKBONE P_ae24 | LON-LON | TO-rt0.lon-2/1/c8/1-100g</port-description>
-                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
-                <system-supported-capabilities>bridge router</system-supported-capabilities>
-                <system-description>Juniper Networks, Inc. mx480 internet router, kernel JUNOS 20.4R3-S7.2, Build date: 2023-04-21 19:35:28 UTC Copyright (c) 1996-2023 Juniper Networks, Inc.</system-description>
-                <system-name>rt1.lon.uk.re0.office.geant.net</system-name>
-                <mgmt-address>
-                  <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-                  <mgmt-address>172.16.113.15</mgmt-address>
-                  <interface-subtype>if-index</interface-subtype>
-                  <interface-id>1</interface-id>
-                  <object-identifier>16975361.33627905.16843009</object-identifier>
-                </mgmt-address>
-              </remote-system>
-              <statistics>
-                <transmit>
-                  <frames>54826</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>1</age-outs>
-                  <frames>59240</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>236960</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1044480</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>588800</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>455680</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>2762024</forward-packets>
-                <forward-octets>347700934</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>2762024</total-packets>
-                <total-octets>347700934</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>2761697</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>347658646</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>214</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>20972</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>2382739308</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>3358751213379</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>17888</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>10037400</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c9</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162176</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c9/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:58</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162177</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1044480</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>588800</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>455680</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c9/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>1</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:59</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>2</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162178</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1044480</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>588800</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>455680</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>10649600</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>534773760</adapted-admin-mbs>
-                <exceed-droptail>482344960</exceed-droptail>
-                <high-droptail>534773760</high-droptail>
-                <high-plus-droptail>534773760</high-plus-droptail>
-                <low-droptail>477102080</low-droptail>
-                <operational-cbs>107479040</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>534773760</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>267386880</adapted-admin-mbs>
-                <exceed-droptail>241172480</exceed-droptail>
-                <high-droptail>267386880</high-droptail>
-                <high-plus-droptail>267386880</high-plus-droptail>
-                <low-droptail>238551040</low-droptail>
-                <operational-cbs>32112640</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>267386880</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c10</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162240</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c10/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:62</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162241</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c11</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162304</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c11/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:6c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162305</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c11/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:6d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162306</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c12</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162368</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c12/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:76</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162369</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c12/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:77</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>3</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162370</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c13</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-27T10:58:17.1Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162432</if-index>
-        <transceiver>
-          <connector-code>lc</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1565495</laser-wavelength>
-          <link-length-information>bc:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE18360AARA01  NOK  INUIAYLGAA</model-number>
-          <number-of-lanes>1</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>02:11:46:81:01:0d:46:21:55:0d:47:21:15:0d:48:21:05:0d:49:21:01:11:3e:81:01:0d:3e:21:55:0d:44:21:01:ff:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-10-12T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>00:90:65</vendor-oui>
-          <vendor-part-number>FTCD3323R1PCL-A5</vendor-part-number>
-          <vendor-serial-number>NK2341GM047     </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>61.0</current>
-              <high-alarm>80.0</high-alarm>
-              <high-warning>75.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.27</current>
-              <high-alarm>3.6</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>3.0</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-output-power>
-                <current>0.03</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-14.0</low-alarm>
-                <low-warning>-13.0</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-9.75</current>
-                <high-alarm>4.0</high-alarm>
-                <high-warning>3.0</high-warning>
-                <low-alarm>-23.01</low-alarm>
-                <low-warning>-21.02</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <dwdm>
-          <laser-tunability>flex-tunable</laser-tunability>
-          <oper-frequency>191500000</oper-frequency>
-          <minimum-frequency>191300000</minimum-frequency>
-          <maximum-frequency>196100000</maximum-frequency>
-          <supported-grids>grid-100-ghz grid-75-ghz grid-50-ghz grid-25-ghz grid-12500-mhz grid-6250-mhz</supported-grids>
-          <fine-tuning>
-            <range>6250</range>
-            <resolution>100</resolution>
-          </fine-tuning>
-          <coherent>
-            <current-alarms/>
-            <reported-alarms/>
-            <defect-points/>
-            <module-state>ready</module-state>
-            <module-tx-turn-up-states/>
-            <module-rx-turn-up-states/>
-            <rx-electrical-snr-x-polarization>204</rx-electrical-snr-x-polarization>
-            <rx-electrical-snr-y-polarization>204</rx-electrical-snr-y-polarization>
-            <rx-quality-margin>0</rx-quality-margin>
-            <rx-optical-snr-x-polarization>219</rx-optical-snr-x-polarization>
-            <rx-optical-snr-y-polarization>219</rx-optical-snr-y-polarization>
-            <statistics>
-              <elapsed-seconds>1303112</elapsed-seconds>
-              <received>
-                <bit-error-rate>
-                  <current>0.019700000062584876</current>
-                  <average>0.5</average>
-                  <minimum>0.0</minimum>
-                  <maximum>1.0</maximum>
-                </bit-error-rate>
-                <electrical-signal-to-noise-ratio>
-                  <current>204</current>
-                  <average>141</average>
-                  <minimum>0</minimum>
-                  <maximum>282</maximum>
-                </electrical-signal-to-noise-ratio>
-                <optical-signal-to-noise-ratio>
-                  <current>219</current>
-                  <average>148</average>
-                  <minimum>0</minimum>
-                  <maximum>297</maximum>
-                </optical-signal-to-noise-ratio>
-                <chromatic-dispersion>
-                  <current>240</current>
-                  <average>125</average>
-                  <minimum>0</minimum>
-                  <maximum>250</maximum>
-                </chromatic-dispersion>
-                <differential-group-delay>
-                  <current>2</current>
-                  <average>2</average>
-                  <minimum>0</minimum>
-                  <maximum>4</maximum>
-                </differential-group-delay>
-                <frequency-offset>
-                  <current>177</current>
-                  <average>177</average>
-                  <minimum>-20</minimum>
-                  <maximum>374</maximum>
-                </frequency-offset>
-                <quality>
-                  <current>62</current>
-                  <average>49</average>
-                  <minimum>0</minimum>
-                  <maximum>98</maximum>
-                </quality>
-                <power>
-                  <current>-1363</current>
-                  <average>-1650</average>
-                  <minimum>-9900</minimum>
-                  <maximum>-1349</maximum>
-                </power>
-                <total-power>
-                  <current>-978</current>
-                  <average>-615</average>
-                  <minimum>-9900</minimum>
-                  <maximum>-314</maximum>
-                </total-power>
-                <polarization-dependent-loss>
-                  <current>5</current>
-                  <average>6</average>
-                  <minimum>0</minimum>
-                  <maximum>13</maximum>
-                </polarization-dependent-loss>
-                <state-of-polarization-rate-of-change>
-                  <current>6.0</current>
-                  <average>6.0</average>
-                  <minimum>0.0</minimum>
-                  <maximum>12.0</maximum>
-                </state-of-polarization-rate-of-change>
-                <media-frame-error-count>
-                  <current>0</current>
-                  <average>1865</average>
-                  <minimum>0</minimum>
-                  <maximum>3730</maximum>
-                </media-frame-error-count>
-              </received>
-              <transmitted>
-                <power>
-                  <current>3</current>
-                  <average>-297</average>
-                  <minimum>-9900</minimum>
-                  <maximum>4</maximum>
-                </power>
-              </transmitted>
-            </statistics>
-            <transmit-power>
-              <minimum>-600</minimum>
-              <maximum>100</maximum>
-            </transmit-power>
-          </coherent>
-        </dwdm>
-      </port>
-      <port>
-        <port-id>2/1/c13/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:80</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-27T14:52:12.3Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>up</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162433</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>95172</in-octets>
-          <in-packets>1254</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>576</in-broadcast-packets>
-          <in-multicast-packets>678</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>72966</out-octets>
-          <out-packets>906</out-packets>
-          <out-broadcast-packets>225</out-broadcast-packets>
-          <out-multicast-packets>681</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1966080</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>1372160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>593920</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>3</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>3</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>225</forward-packets>
-                <forward-octets>14400</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>225</total-packets>
-                <total-octets>14400</total-octets>
-              </statistics>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>11632640</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>8110080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>3522560</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>4</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>4</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>remote</current-alarms>
-          <reported-alarms>remote</reported-alarms>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>936</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <ethernet-virtual-connection>
-              <vlan-id>0</vlan-id>
-              <identifier/>
-              <status>new-and-not-active</status>
-              <status-time>2024-03-27T14:52:02.3Z</status-time>
-              <type>point-to-point</type>
-            </ethernet-virtual-connection>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>576</in-broadcast-packets>
-            <in-multicast-packets>678</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>95172</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>225</out-broadcast-packets>
-            <out-multicast-packets>681</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>72966</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>801</total-broadcast-packets>
-            <total-multicast-packets>1359</total-multicast-packets>
-            <total-octets>168138</total-octets>
-            <total-packets>2160</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>801</octets-64>
-              <octets-65-to-127>1359</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-            <egress>
-              <queue-group>
-                <queue-group-name>policer-output-queues</queue-group-name>
-                <instance-id>1</instance-id>
-                <queue>
-                  <queue-id>1</queue-id>
-                  <statistics>
-                    <profile>
-                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
-                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
-                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
-                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
-                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
-                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
-                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
-                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
-                    </profile>
-                  </statistics>
-                  <hardware-queue>
-                    <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                    <exceed-droptail>398458880</exceed-droptail>
-                    <high-droptail>503316480</high-droptail>
-                    <high-plus-droptail>503316480</high-plus-droptail>
-                    <low-droptail>450887680</low-droptail>
-                    <operational-cbs>0</operational-cbs>
-                    <operational-cir>0</operational-cir>
-                    <operational-mbs>503316480</operational-mbs>
-                    <operational-pir>max</operational-pir>
-                    <burst-limit>auto</burst-limit>
-                    <operational-exceed-burst>max</operational-exceed-burst>
-                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                    <exceed-slope>
-                      <current-probability>0</current-probability>
-                    </exceed-slope>
-                    <high-slope>
-                      <current-probability>0</current-probability>
-                    </high-slope>
-                    <high-plus-slope>
-                      <current-probability>0</current-probability>
-                    </high-plus-slope>
-                    <low-slope>
-                      <current-probability>0</current-probability>
-                    </low-slope>
-                  </hardware-queue>
-                </queue>
-                <queue>
-                  <queue-id>2</queue-id>
-                  <statistics>
-                    <profile>
-                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
-                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
-                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
-                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
-                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
-                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
-                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
-                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
-                    </profile>
-                  </statistics>
-                  <hardware-queue>
-                    <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                    <exceed-droptail>398458880</exceed-droptail>
-                    <high-droptail>503316480</high-droptail>
-                    <high-plus-droptail>503316480</high-plus-droptail>
-                    <low-droptail>450887680</low-droptail>
-                    <operational-cbs>0</operational-cbs>
-                    <operational-cir>0</operational-cir>
-                    <operational-mbs>503316480</operational-mbs>
-                    <operational-pir>max</operational-pir>
-                    <burst-limit>auto</burst-limit>
-                    <operational-exceed-burst>max</operational-exceed-burst>
-                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                    <exceed-slope>
-                      <current-probability>0</current-probability>
-                    </exceed-slope>
-                    <high-slope>
-                      <current-probability>0</current-probability>
-                    </high-slope>
-                    <high-plus-slope>
-                      <current-probability>0</current-probability>
-                    </high-plus-slope>
-                    <low-slope>
-                      <current-probability>0</current-probability>
-                    </low-slope>
-                  </hardware-queue>
-                </queue>
-              </queue-group>
-            </egress>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>681</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>2</age-outs>
-                  <frames>650</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>1966080</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>1116160</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>849920</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>681</forward-packets>
-                <forward-octets>58566</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>681</total-packets>
-                <total-octets>58566</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>20152320</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>201850880</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>201850880</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>201850880</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>681</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>58566</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>60293120</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162496</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c14/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:8a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162497</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:8b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162498</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:8c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162499</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c14/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:8d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162500</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c15</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162560</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c16</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162624</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c16/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:9e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162625</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c16/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:9f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162626</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c16/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:a0</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162627</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c16/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:a1</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162628</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c17</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162688</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c17/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:a8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162689</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c18</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>2</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>4</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162752</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c19</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:15:52.0Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-up</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162816</if-index>
-        <transceiver>
-          <connector-code>mpo1x12</connector-code>
-          <connector-type>qsfp-dd</connector-type>
-          <diagnostics-capable>true</diagnostics-capable>
-          <equipped>true</equipped>
-          <laser-wavelength>1311</laser-wavelength>
-          <link-length-information>05:00:00:00:00:00</link-length-information>
-          <media>ethernet</media>
-          <model-number>3HE15271AARA01  NOK  INUIAHAHAA</model-number>
-          <number-of-lanes>4</number-of-lanes>
-          <oper-state>operational</oper-state>
-          <optical-compliance>02:11:1c:84:01:0d:14:21:55:ff:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00</optical-compliance>
-          <optical-compliance-extension>0</optical-compliance-extension>
-          <sff-equipped>true</sff-equipped>
-          <type>qsfp-dd</type>
-          <vendor-manufacture-date>2023-04-18T00:00:00.0Z</vendor-manufacture-date>
-          <vendor-oui>70:ee:a3</vendor-oui>
-          <vendor-part-number>EOLD134HG5HM46NK</vendor-part-number>
-          <vendor-serial-number>NK2316Z0079     </vendor-serial-number>
-          <digital-diagnostic-monitoring>
-            <failed-thresholds/>
-            <calibrated>internally</calibrated>
-            <temperature>
-              <current>28.7</current>
-              <high-alarm>80.0</high-alarm>
-              <high-warning>75.0</high-warning>
-              <low-alarm>-5.0</low-alarm>
-              <low-warning>0.0</low-warning>
-            </temperature>
-            <supply-voltage>
-              <current>3.29</current>
-              <high-alarm>3.63</high-alarm>
-              <high-warning>3.46</high-warning>
-              <low-alarm>3.05</low-alarm>
-              <low-warning>3.13</low-warning>
-            </supply-voltage>
-            <auxiliary-1>
-              <type>none</type>
-            </auxiliary-1>
-            <auxiliary-2>
-              <type>none</type>
-            </auxiliary-2>
-            <lane>
-              <lane-id>1</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-36.99</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>2</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-36.99</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>3</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-35.23</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-            <lane>
-              <lane-id>4</lane-id>
-              <failed-thresholds/>
-              <transmit-bias-current>
-                <current>0.0</current>
-                <high-alarm>130.0</high-alarm>
-                <high-warning>125.0</high-warning>
-                <low-alarm>10.0</low-alarm>
-                <low-warning>15.0</low-warning>
-              </transmit-bias-current>
-              <transmit-output-power>
-                <current>-40.0</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-3.9</low-alarm>
-                <low-warning>-2.9</low-warning>
-              </transmit-output-power>
-              <received-optical-power>
-                <current>-35.23</current>
-                <high-alarm>5.5</high-alarm>
-                <high-warning>4.5</high-warning>
-                <low-alarm>-8.9</low-alarm>
-                <low-warning>-6.9</low-warning>
-                <type>average</type>
-              </received-optical-power>
-            </lane>
-          </digital-diagnostic-monitoring>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c19/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:bc</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611162817</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162880</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c20/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:c6</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162881</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:c7</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162882</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:c8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162883</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c20/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:c9</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611162884</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c21</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611162944</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c22</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163008</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c22/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:da</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163009</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c22/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:db</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163010</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c22/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:dc</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163011</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c22/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:dd</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163012</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c23</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163072</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c23/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:e4</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163073</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c24</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>5</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163136</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c25</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163200</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c25/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4d:f8</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163201</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c26</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163264</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c26/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:02</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163265</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c26/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:03</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163266</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c27</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163328</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c27/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:0c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163329</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c27/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>3</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:0d</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>6</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163330</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c28</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163392</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c28/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:16</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163393</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c29</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163456</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c29/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:20</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163457</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c29/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:21</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163458</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c30</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163520</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c30/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:2a</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163521</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c30/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:2b</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>7</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>100-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163522</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local block-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>100000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>100-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>983040</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>558080</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>424960</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>25000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>503316480</adapted-admin-mbs>
-                <exceed-droptail>456130560</exceed-droptail>
-                <high-droptail>503316480</high-droptail>
-                <high-plus-droptail>503316480</high-plus-droptail>
-                <low-droptail>450887680</low-droptail>
-                <operational-cbs>100925440</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>503316480</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>251658240</adapted-admin-mbs>
-                <exceed-droptail>228065280</exceed-droptail>
-                <high-droptail>251658240</high-droptail>
-                <high-plus-droptail>251658240</high-plus-droptail>
-                <low-droptail>225443840</low-droptail>
-                <operational-cbs>30146560</operational-cbs>
-                <operational-cir>10000000</operational-cir>
-                <operational-mbs>251658240</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c31</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163584</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c31/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:34</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163585</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163648</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c32/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:3e</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163649</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:3f</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163650</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:40</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163651</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c32/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:41</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163652</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c33</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163712</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c34</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163776</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c34/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:52</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163777</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c34/2</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:53</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163778</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c34/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:54</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163779</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c34/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:55</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10-gig-ethernet</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1611163780</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local frame-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>10000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>98560</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>55680</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>42880</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>1003520</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>2500000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>50462720</adapted-admin-mbs>
-                <exceed-droptail>45875200</exceed-droptail>
-                <high-droptail>50462720</high-droptail>
-                <high-plus-droptail>50462720</high-plus-droptail>
-                <low-droptail>45219840</low-droptail>
-                <operational-cbs>10076160</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>50462720</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>25231360</adapted-admin-mbs>
-                <exceed-droptail>22937600</exceed-droptail>
-                <high-droptail>25231360</high-droptail>
-                <high-plus-droptail>25231360</high-plus-droptail>
-                <low-droptail>22609920</low-droptail>
-                <operational-cbs>3031040</operational-cbs>
-                <operational-cir>1000000</operational-cir>
-                <operational-mbs>25231360</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c35</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163840</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>2/1/c35/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>9c:e0:41:c4:4e:5c</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.7Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>cdgig-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>cdgig</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>cl119</rs-fec-oper-mode>
-        <if-index>1611163841</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-        <access>
-          <egress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </egress>
-          <ingress>
-            <pool>
-              <name>default</name>
-            </pool>
-          </ingress>
-        </access>
-        <ethernet>
-          <current-alarms>local alignment-marker-not-locked</current-alarms>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>400000</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>16000</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>400-Gig Ethernet</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-              <pause>
-                <frames-received>0</frames-received>
-                <frames-transmitted>0</frames-transmitted>
-              </pause>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-          <efm-oam>
-            <config-revision>0</config-revision>
-            <function-support>loopback</function-support>
-            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
-            <grace-tx-oper-state>inactive</grace-tx-oper-state>
-            <loop-detected>false</loop-detected>
-            <loopback-state>none</loopback-state>
-            <oper-state>disabled</oper-state>
-            <pdu-size>1518</pdu-size>
-            <soft-reset-action>none</soft-reset-action>
-            <vendor-info>00:01:00:2c</vendor-info>
-            <vendor-oui>00:16:4d</vendor-oui>
-            <statistics>
-              <frames-lost>0</frames-lost>
-              <receive>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </receive>
-              <transmit>
-                <information>0</information>
-                <unique-event-notification>0</unique-event-notification>
-                <duplicate-event-notification>0</duplicate-event-notification>
-                <loopback-control>0</loopback-control>
-                <organization-specific>0</organization-specific>
-                <unsupported-codes>0</unsupported-codes>
-                <variable-request>0</variable-request>
-                <variable-response>0</variable-response>
-              </transmit>
-            </statistics>
-          </efm-oam>
-          <lldp>
-            <dest-mac>
-              <mac-type>nearest-bridge</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-non-tpmr</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-            <dest-mac>
-              <mac-type>nearest-customer</mac-type>
-              <statistics>
-                <transmit>
-                  <frames>0</frames>
-                  <length-error-frames>0</length-error-frames>
-                </transmit>
-                <receive>
-                  <age-outs>0</age-outs>
-                  <frames>0</frames>
-                  <frame-discards>0</frame-discards>
-                  <frame-errors>0</frame-errors>
-                  <tlv-discards>0</tlv-discards>
-                  <tlv-unknown>0</tlv-unknown>
-                </receive>
-              </statistics>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob</mgmt-address-system-type>
-                <mgmt-address>172.16.254.32</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system</mgmt-address-system-type>
-                <mgmt-address>62.40.119.7</mgmt-address>
-                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
-                <mgmt-address>2001:799:1ab::7</mgmt-address>
-                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
-              </tx-mgmt-address>
-              <tx-mgmt-address>
-                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
-                <mgmt-address-subtype>other</mgmt-address-subtype>
-              </tx-mgmt-address>
-            </dest-mac>
-          </lldp>
-        </ethernet>
-        <network>
-          <egress>
-            <pool>
-              <name>default</name>
-              <pool-usage>
-                <total-pool-size>3932160</total-pool-size>
-                <total-pool-in-use>0</total-pool-in-use>
-                <shared-pool-size>2232320</shared-pool-size>
-                <shared-pool-in-use>0</shared-pool-in-use>
-                <reserved-pool-size>1699840</reserved-pool-size>
-                <reserved-pool-in-use>0</reserved-pool-in-use>
-                <total-queues-added>8</total-queues-added>
-                <total-queues-deleted>0</total-queues-deleted>
-                <current-queues>8</current-queues>
-              </pool-usage>
-              <statistics>
-                <forward-packets>0</forward-packets>
-                <forward-octets>0</forward-octets>
-                <discard-other-packets>0</discard-other-packets>
-                <discard-other-octets>0</discard-other-octets>
-                <discard-pool-exceed-slope-packets>0</discard-pool-exceed-slope-packets>
-                <discard-pool-exceed-slope-octets>0</discard-pool-exceed-slope-octets>
-                <discard-pool-low-slope-packets>0</discard-pool-low-slope-packets>
-                <discard-pool-low-slope-octets>0</discard-pool-low-slope-octets>
-                <discard-pool-high-slope-packets>0</discard-pool-high-slope-packets>
-                <discard-pool-high-slope-octets>0</discard-pool-high-slope-octets>
-                <discard-pool-highplus-slope-packets>0</discard-pool-highplus-slope-packets>
-                <discard-pool-highplus-slope-octets>0</discard-pool-highplus-slope-octets>
-                <discard-pool-shared-packets>0</discard-pool-shared-packets>
-                <discard-pool-shared-octets>0</discard-pool-shared-octets>
-                <discard-pool-total-packets>0</discard-pool-total-packets>
-                <discard-pool-total-octets>0</discard-pool-total-octets>
-                <discard-queue-tail-drop-packets>0</discard-queue-tail-drop-packets>
-                <discard-queue-tail-drop-octets>0</discard-queue-tail-drop-octets>
-                <total-packets>0</total-packets>
-                <total-octets>0</total-octets>
-              </statistics>
-            </pool>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>40304640</operational-cbs>
-                <operational-cir>0</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>100000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>2013265920</adapted-admin-mbs>
-                <exceed-droptail>1824522240</exceed-droptail>
-                <high-droptail>2013265920</high-droptail>
-                <high-plus-droptail>2013265920</high-plus-droptail>
-                <low-droptail>1803550720</low-droptail>
-                <operational-cbs>403701760</operational-cbs>
-                <operational-cir>max</operational-cir>
-                <operational-mbs>2013265920</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-              <hardware-queue>
-                <adapted-admin-mbs>1006632960</adapted-admin-mbs>
-                <exceed-droptail>912261120</exceed-droptail>
-                <high-droptail>1006632960</high-droptail>
-                <high-plus-droptail>1006632960</high-plus-droptail>
-                <low-droptail>901775360</low-droptail>
-                <operational-cbs>120586240</operational-cbs>
-                <operational-cir>40000000</operational-cir>
-                <operational-mbs>1006632960</operational-mbs>
-                <operational-pir>max</operational-pir>
-                <burst-limit>auto</burst-limit>
-                <operational-exceed-burst>max</operational-exceed-burst>
-                <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
-                <operational-burst-fir>0</operational-burst-fir>
-              </hardware-queue>
-            </queue>
-          </egress>
-          <ingress>
-            <queue>
-              <queue-id>1</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>2</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>3</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>4</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>5</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>6</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>7</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>8</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>9</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>10</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>11</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>12</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>13</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>14</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>15</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-            <queue>
-              <queue-id>16</queue-id>
-              <statistics>
-                <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
-                <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
-                <in-profile-dropped-packets>0</in-profile-dropped-packets>
-                <in-profile-dropped-octets>0</in-profile-dropped-octets>
-                <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
-                <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
-                <out-profile-dropped-packets>0</out-profile-dropped-packets>
-                <out-profile-dropped-octets>0</out-profile-dropped-octets>
-              </statistics>
-            </queue>
-          </ingress>
-        </network>
-      </port>
-      <port>
-        <port-id>2/1/c36</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <fp-number>4</fp-number>
-        <hardware-mac-address>00:00:00:00:00:00</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <mac-chip-number>8</mac-chip-number>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:09:01.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>connector</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>qsfp-dd-connector</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <licensed>true</licensed>
-        <if-index>1611163904</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <subscriber-management>
-          <statistics>
-            <ipv4-hosts>
-              <counter>ipcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>arp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>data-triggered</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>aaa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>gtp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>bonding</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>dhcp-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>static-bsm-antispoof</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ppp</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-ipoe</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv4-hosts>
-              <counter>pfcp-fwa</counter>
-              <current-value>0</current-value>
-            </ipv4-hosts>
-            <ipv6-hosts>
-              <counter>ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ppp-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-static-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-wan</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-data-pfx-mngdrt</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-aaa</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-gtp</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-mngd-bonding</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-na-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>ipoe-dhcp6-pd-bsm</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ppp-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-ipoe-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-slaac</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-na</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <ipv6-hosts>
-              <counter>pfcp-fwa-pd</counter>
-              <current-value>0</current-value>
-            </ipv6-hosts>
-            <total-hosts>
-              <counter>subhosts</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ppp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipoe</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv4</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>ipv6-pd-mngdrt</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lac</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>l2tp-lns</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>internal</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>nonsub-traffic</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>dhcp6-leases</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <total-hosts>
-              <counter>pfcp</counter>
-              <current-value>0</current-value>
-            </total-hosts>
-            <sessions>
-              <counter>ppp-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-l2tp-lns</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-local-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoe</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoeoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-pppoa</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-l2tp-lts</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ppp-sessions-lac-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-established</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>ipoe-sessions-total-in-setup</counter>
-              <current-value>0</current-value>
-            </sessions>
-            <sessions>
-              <counter>subscribers-total</counter>
-              <current-value>0</current-value>
-            </sessions>
-          </statistics>
-        </subscriber-management>
-      </port>
-      <port>
-        <port-id>A/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:27:ce</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:08:46.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 ipv6</protocols-supported>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612447752</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>3025548</in-octets>
-          <in-packets>41979</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>24575</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>17404</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>6646927</out-octets>
-          <out-packets>21812</out-packets>
-          <out-broadcast-packets>33</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>21779</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>mdi</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>1000</oper-speed>
-          <oper-state-change-count>1</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>24575</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>17404</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>3025548</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>33</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>21779</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>6646927</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>24608</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>9672475</total-octets>
-            <total-packets>63791</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>6469</octets-64>
-              <octets-65-to-127>35588</octets-65-to-127>
-              <octets-128-to-255>5684</octets-128-to-255>
-              <octets-256-to-511>15421</octets-256-to-511>
-              <octets-512-to-1023>447</octets-512-to-1023>
-              <octets-1024-to-1518>182</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>A/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:27:d0</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:08:45.8Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-sfp</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612447768</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10/100/Gig Ethernet SFP</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>A/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:27:cf</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:08:45.8Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612447776</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>B/1</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:1c:e5</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>up</oper-state>
-        <oper-state-last-changed>2024-03-15T09:10:13.6Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>true</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>up</port-state>
-        <previous-state>link-up</previous-state>
-        <protocols-supported>ipv4 ipv6</protocols-supported>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612709896</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>1679884</in-octets>
-          <in-packets>25002</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>24603</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>399</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>6400</out-octets>
-          <out-packets>100</out-packets>
-          <out-broadcast-packets>5</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>95</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>mdi</mdi-type>
-          <oper-duplex>full</oper-duplex>
-          <oper-speed>1000</oper-speed>
-          <oper-state-change-count>1</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>24603</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>399</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>1679884</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>5</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>95</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>6400</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>24608</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>1686284</total-octets>
-            <total-packets>25102</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>5828</octets-64>
-              <octets-65-to-127>19274</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>idle</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>B/3</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:1c:e7</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:08:46.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-sfp</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612709912</if-index>
-        <transceiver>
-          <equipped>false</equipped>
-        </transceiver>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability>ethernet</ptp-timestamp-capability>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <elmi>
-            <link-status>up</link-status>
-            <user-network-interface>
-              <identifier>10/100/Gig Ethernet SFP</identifier>
-              <type>bundling</type>
-            </user-network-interface>
-            <statistics>
-              <received>
-                <discarded-messages>0</discarded-messages>
-                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
-                <status-enquiry-messages>0</status-enquiry-messages>
-                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
-              </received>
-              <transmitted>
-                <asynchronous-status-messages>0</asynchronous-status-messages>
-                <status-messages>0</status-messages>
-              </transmitted>
-            </statistics>
-          </elmi>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-      <port>
-        <port-id>B/4</port-id>
-        <down-reason/>
-        <far-end-port-id/>
-        <hardware-mac-address>18:c3:00:f3:1c:e6</hardware-mac-address>
-        <interface-group-handler-index>0</interface-group-handler-index>
-        <number-of-channels>0</number-of-channels>
-        <oper-state>down</oper-state>
-        <oper-state-last-changed>2024-03-15T09:08:46.4Z</oper-state-last-changed>
-        <otu-capable>false</otu-capable>
-        <physical-link>false</physical-link>
-        <port-class>xcm-e</port-class>
-        <port-state>link-down</port-state>
-        <previous-state>link-down</previous-state>
-        <protocols-supported/>
-        <type>10/100/gig-ethernet-tx</type>
-        <user-assigned-mac>false</user-assigned-mac>
-        <rs-fec-oper-mode>none</rs-fec-oper-mode>
-        <if-index>1612709920</if-index>
-        <statistics>
-          <in-discards>0</in-discards>
-          <in-errors>0</in-errors>
-          <in-octets>0</in-octets>
-          <in-packets>0</in-packets>
-          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
-          <in-broadcast-packets>0</in-broadcast-packets>
-          <in-multicast-packets>0</in-multicast-packets>
-          <in-unicast-packets>0</in-unicast-packets>
-          <out-discards>0</out-discards>
-          <out-errors>0</out-errors>
-          <out-octets>0</out-octets>
-          <out-packets>0</out-packets>
-          <out-broadcast-packets>0</out-broadcast-packets>
-          <out-multicast-packets>0</out-multicast-packets>
-          <out-unicast-packets>0</out-unicast-packets>
-        </statistics>
-        <ethernet>
-          <current-alarms/>
-          <reported-alarms/>
-          <mdi-type>unknown</mdi-type>
-          <oper-duplex>not-applicable</oper-duplex>
-          <oper-speed>0</oper-speed>
-          <oper-state-change-count>0</oper-state-change-count>
-          <oper-tx-clock>not-applicable</oper-tx-clock>
-          <oper-egress-rate>unrestricted</oper-egress-rate>
-          <ptp-timestamp-capability/>
-          <crc-monitor>
-            <current-alarms/>
-          </crc-monitor>
-          <dampening>
-            <current-penalties>0</current-penalties>
-            <max-penalties>0</max-penalties>
-            <oper-state>idle</oper-state>
-          </dampening>
-          <down-when-looped>
-            <loop-state>no-loop-detected</loop-state>
-          </down-when-looped>
-          <ssm>
-            <received-quality-level>unknown</received-quality-level>
-            <received-ssm-code>254</received-ssm-code>
-            <transmitted-quality-level>reserved0</transmitted-quality-level>
-          </ssm>
-          <statistics>
-            <in-broadcast-packets>0</in-broadcast-packets>
-            <in-multicast-packets>0</in-multicast-packets>
-            <in-unicast-packets>0</in-unicast-packets>
-            <in-errors>0</in-errors>
-            <in-octets>0</in-octets>
-            <in-utilization>0</in-utilization>
-            <out-broadcast-packets>0</out-broadcast-packets>
-            <out-multicast-packets>0</out-multicast-packets>
-            <out-unicast-packets>0</out-unicast-packets>
-            <out-errors>0</out-errors>
-            <out-octets>0</out-octets>
-            <out-utilization>0</out-utilization>
-            <collisions>0</collisions>
-            <crc-align-errors>0</crc-align-errors>
-            <drop-events>0</drop-events>
-            <fragments>0</fragments>
-            <jabbers>0</jabbers>
-            <oversize-packets>0</oversize-packets>
-            <undersize-packets>0</undersize-packets>
-            <total-broadcast-packets>0</total-broadcast-packets>
-            <total-multicast-packets>0</total-multicast-packets>
-            <total-octets>0</total-octets>
-            <total-packets>0</total-packets>
-            <ethernet-like-medium>
-              <frame-too-long>0</frame-too-long>
-              <collision>
-                <excessive>0</excessive>
-                <late>0</late>
-                <multiple>0</multiple>
-                <single>0</single>
-              </collision>
-              <error>
-                <alignment>0</alignment>
-                <carrier-sense>0</carrier-sense>
-                <fcs>0</fcs>
-                <internal-mac-transmitted>0</internal-mac-transmitted>
-                <sqe-test>0</sqe-test>
-                <symbol>0</symbol>
-              </error>
-            </ethernet-like-medium>
-            <packet-size>
-              <octets-64>0</octets-64>
-              <octets-65-to-127>0</octets-65-to-127>
-              <octets-128-to-255>0</octets-128-to-255>
-              <octets-256-to-511>0</octets-256-to-511>
-              <octets-512-to-1023>0</octets-512-to-1023>
-              <octets-1024-to-1518>0</octets-1024-to-1518>
-              <octets-1519-to-max>0</octets-1519-to-max>
-            </packet-size>
-          </statistics>
-          <symbol-monitor>
-            <current-alarms/>
-            <total-errors>0</total-errors>
-          </symbol-monitor>
-          <access>
-            <available-bandwidth>0</available-bandwidth>
-            <booked-bandwidth>0</booked-bandwidth>
-          </access>
-          <dot1x>
-            <authenticator-pae-state>force-authorized</authenticator-pae-state>
-            <backend-authentication-state>initialize</backend-authentication-state>
-            <port-status>authorized</port-status>
-            <statistics>
-              <received>
-                <bad-eap-length-frames>0</bad-eap-length-frames>
-                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
-                <last-version>0</last-version>
-                <logoff-frames>0</logoff-frames>
-                <response-frames>0</response-frames>
-                <response-id-frames>0</response-id-frames>
-                <start-frames>0</start-frames>
-                <valid-frames>0</valid-frames>
-                <unknown-frames>0</unknown-frames>
-              </received>
-              <transmitted>
-                <request-frames>0</request-frames>
-                <request-id-frames>0</request-id-frames>
-                <total-frames>0</total-frames>
-              </transmitted>
-            </statistics>
-          </dot1x>
-        </ethernet>
-      </port>
-    </state>
-  </data>
-</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.lon2.uk.geant.net-iess.xml b/test/interface_stats/data/rt0.lon2.uk.geant.net-iess.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ec46f92c4dda11bbb2138ab68cb2b322f5b0f69b
--- /dev/null
+++ b/test/interface_stats/data/rt0.lon2.uk.geant.net-iess.xml
@@ -0,0 +1,943 @@
+<rpc-reply message-id="urn:uuid:bf272303-5aaf-4855-9605-62a45e314ed1">
+  <data>
+    <state>
+      <service>
+        <ies>
+          <service-name>GEANT_GLOBAL</service-name>
+          <interface>
+            <interface-name>lag-20.1</interface-name>
+            <if-index>6</if-index>
+            <system-if-index>257</system-if-index>
+            <oper-state>up</oper-state>
+            <mcast-net-domain-egr>not-applicable</mcast-net-domain-egr>
+            <protocol>pim</protocol>
+            <oper-ip-mtu>9000</oper-ip-mtu>
+            <creation-origin>manual</creation-origin>
+            <last-oper-change>2025-01-28T17:08:21.2Z</last-oper-change>
+            <sap>
+              <sap-id>lag-20:1</sap-id>
+              <oper-state>up</oper-state>
+              <oper-flags/>
+              <mirror-state>disabled</mirror-state>
+              <template-used/>
+              <oper-dist-cpu-prot-policy>_default-access-policy</oper-dist-cpu-prot-policy>
+              <statistics>
+                <authentication>
+                  <discarded-packets>0</discarded-packets>
+                  <success-packets>0</success-packets>
+                </authentication>
+              </statistics>
+              <ingress>
+                <qos>
+                  <sap-ingress>
+                    <forwarding-engine>
+                      <statistics>
+                        <dropped-packets>903696</dropped-packets>
+                        <dropped-octets>473099801</dropped-octets>
+                        <received-valid-packets>469048758009</received-valid-packets>
+                        <received-valid-octets>630472915751345</received-valid-octets>
+                        <high-priority-offered-packets>0</high-priority-offered-packets>
+                        <high-priority-offered-octets>0</high-priority-offered-octets>
+                        <low-priority-offered-packets>469105731535</low-priority-offered-packets>
+                        <low-priority-offered-octets>630562080489143</low-priority-offered-octets>
+                        <uncolor-offered-packets>0</uncolor-offered-packets>
+                        <uncolor-offered-octets>0</uncolor-offered-octets>
+                        <managed-offered-packets>0</managed-offered-packets>
+                        <managed-offered-octets>0</managed-offered-octets>
+                        <aggregate-offered-packets>469105731535</aggregate-offered-packets>
+                        <aggregate-offered-octets>630562080489143</aggregate-offered-octets>
+                        <last-cleared-time>2024-04-24T14:32:17.9Z</last-cleared-time>
+                      </statistics>
+                    </forwarding-engine>
+                    <traffic-manager>
+                      <statistics>
+                        <cpm-packets>333540</cpm-packets>
+                        <cpm-octets>31507077</cpm-octets>
+                        <high-priority-dropped-packets>0</high-priority-dropped-packets>
+                        <high-priority-dropped-octets>0</high-priority-dropped-octets>
+                        <low-priority-dropped-packets>0</low-priority-dropped-packets>
+                        <low-priority-dropped-octets>0</low-priority-dropped-octets>
+                        <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
+                        <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
+                        <out-profile-forwarded-packets>469105731475</out-profile-forwarded-packets>
+                        <out-profile-forwarded-octets>630562080398473</out-profile-forwarded-octets>
+                        <aggregate-forwarded-packets>469105731475</aggregate-forwarded-packets>
+                        <aggregate-forwarded-octets>630562080398473</aggregate-forwarded-octets>
+                        <aggregate-dropped-packets>0</aggregate-dropped-packets>
+                        <aggregate-dropped-octets>0</aggregate-dropped-octets>
+                        <last-cleared-time>2024-04-24T14:32:17.9Z</last-cleared-time>
+                      </statistics>
+                    </traffic-manager>
+                    <queue>
+                      <queue-id>1</queue-id>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <statistics>
+                        <unicast-priority>
+                          <high-priority-offered-packets>0</high-priority-offered-packets>
+                          <high-priority-offered-octets>0</high-priority-offered-octets>
+                          <low-priority-offered-packets>469105731535</low-priority-offered-packets>
+                          <low-priority-offered-octets>630562080489143</low-priority-offered-octets>
+                          <high-priority-dropped-packets>0</high-priority-dropped-packets>
+                          <high-priority-dropped-octets>0</high-priority-dropped-octets>
+                          <low-priority-dropped-packets>0</low-priority-dropped-packets>
+                          <low-priority-dropped-octets>0</low-priority-dropped-octets>
+                          <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
+                          <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
+                          <out-profile-forwarded-packets>469105731475</out-profile-forwarded-packets>
+                          <out-profile-forwarded-octets>630562080398473</out-profile-forwarded-octets>
+                        </unicast-priority>
+                      </statistics>
+                    </queue>
+                    <queue>
+                      <queue-id>11</queue-id>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>0</dest-card>
+                        <dest-fp>0</dest-fp>
+                        <dest-tap-offset>0</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>0</dest-card>
+                        <dest-fp>0</dest-fp>
+                        <dest-tap-offset>0</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>0</dest-card>
+                        <dest-fp>0</dest-fp>
+                        <dest-tap-offset>0</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>0</dest-card>
+                        <dest-fp>0</dest-fp>
+                        <dest-tap-offset>0</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <statistics>
+                        <multipoint-priority>
+                          <combined-offered-packets>0</combined-offered-packets>
+                          <combined-offered-octets>0</combined-offered-octets>
+                          <managed-offered-packets>0</managed-offered-packets>
+                          <managed-offered-octets>0</managed-offered-octets>
+                          <high-priority-dropped-packets>0</high-priority-dropped-packets>
+                          <high-priority-dropped-octets>0</high-priority-dropped-octets>
+                          <low-priority-dropped-packets>0</low-priority-dropped-packets>
+                          <low-priority-dropped-octets>0</low-priority-dropped-octets>
+                          <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
+                          <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
+                          <out-profile-forwarded-packets>0</out-profile-forwarded-packets>
+                          <out-profile-forwarded-octets>0</out-profile-forwarded-octets>
+                        </multipoint-priority>
+                      </statistics>
+                    </queue>
+                  </sap-ingress>
+                </qos>
+              </ingress>
+              <egress>
+                <qos>
+                  <sap-egress>
+                    <traffic-manager>
+                      <statistics>
+                        <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                        <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                        <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                        <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                        <in-inplus-profile-forwarded-packets>433611795</in-inplus-profile-forwarded-packets>
+                        <in-inplus-profile-forwarded-octets>505480133398</in-inplus-profile-forwarded-octets>
+                        <out-exceed-profile-forwarded-packets>541157891493</out-exceed-profile-forwarded-packets>
+                        <out-exceed-profile-forwarded-octets>703377627057559</out-exceed-profile-forwarded-octets>
+                        <aggregate-forwarded-packets>541591503288</aggregate-forwarded-packets>
+                        <aggregate-forwarded-octets>703883107190957</aggregate-forwarded-octets>
+                        <aggregate-dropped-packets>0</aggregate-dropped-packets>
+                        <aggregate-dropped-octets>0</aggregate-dropped-octets>
+                        <last-cleared-time>2024-04-24T14:32:17.9Z</last-cleared-time>
+                      </statistics>
+                    </traffic-manager>
+                    <queue>
+                      <queue-id>1</queue-id>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c11/1</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c11/2</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c12/1</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c12/2</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <statistics>
+                        <profile>
+                          <in-inplus-profile-forwarded-packets>433611795</in-inplus-profile-forwarded-packets>
+                          <in-inplus-profile-forwarded-octets>505480133398</in-inplus-profile-forwarded-octets>
+                          <out-exceed-profile-forwarded-packets>541157891493</out-exceed-profile-forwarded-packets>
+                          <out-exceed-profile-forwarded-octets>703377627057559</out-exceed-profile-forwarded-octets>
+                          <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                          <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                          <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                          <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                        </profile>
+                      </statistics>
+                    </queue>
+                  </sap-egress>
+                </qos>
+              </egress>
+              <lag>
+                <active-port/>
+                <per-link-hash-oper>
+                  <class>1</class>
+                  <weight>1</weight>
+                  <is-overriden>false</is-overriden>
+                </per-link-hash-oper>
+              </lag>
+            </sap>
+            <ipv4>
+              <oper-state>up</oper-state>
+              <icmp>
+                <statistics>
+                  <icmp-in-msgs>83021</icmp-in-msgs>
+                  <icmp-in-errors>0</icmp-in-errors>
+                  <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
+                  <icmp-in-redirects>0</icmp-in-redirects>
+                  <icmp-in-echos>82012</icmp-in-echos>
+                  <icmp-in-echo-replies>1009</icmp-in-echo-replies>
+                  <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
+                  <icmp-in-src-quenches>0</icmp-in-src-quenches>
+                  <icmp-in-timestamps>0</icmp-in-timestamps>
+                  <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
+                  <icmp-in-address-masks>0</icmp-in-address-masks>
+                  <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
+                  <icmp-in-parm-problems>0</icmp-in-parm-problems>
+                  <icmp-out-msgs>404958</icmp-out-msgs>
+                  <icmp-out-errors>352838</icmp-out-errors>
+                  <icmp-out-dest-unreachables>237004</icmp-out-dest-unreachables>
+                  <icmp-out-redirects>0</icmp-out-redirects>
+                  <icmp-out-echos>1080</icmp-out-echos>
+                  <icmp-out-echo-replies>51040</icmp-out-echo-replies>
+                  <icmp-out-time-exceeds>115834</icmp-out-time-exceeds>
+                  <icmp-out-src-quenches>0</icmp-out-src-quenches>
+                  <icmp-out-timestamps>0</icmp-out-timestamps>
+                  <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
+                  <icmp-out-address-masks>0</icmp-out-address-masks>
+                  <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
+                  <icmp-out-parm-problems>0</icmp-out-parm-problems>
+                  <icmp-out-discards>4302</icmp-out-discards>
+                </statistics>
+              </icmp>
+              <primary>
+                <oper-address>62.40.125.57</oper-address>
+                <creation-origin>manual</creation-origin>
+              </primary>
+              <neighbor-discovery>
+                <neighbor>
+                  <ipv4-address>62.40.125.58</ipv4-address>
+                  <oper-state>up</oper-state>
+                  <mac-address>56:4b:8c:8a:84:11</mac-address>
+                  <type>dynamic</type>
+                  <timer>14052</timer>
+                </neighbor>
+              </neighbor-discovery>
+              <dhcp>
+                <lease-populate>
+                  <current-lease-states>0</current-lease-states>
+                </lease-populate>
+                <statistics>
+                  <total-rx-packets>
+                    <received>0</received>
+                    <malformed>0</malformed>
+                    <untrusted>0</untrusted>
+                  </total-rx-packets>
+                  <total-tx-packets>
+                    <transmitted>0</transmitted>
+                  </total-tx-packets>
+                  <client-packets>
+                    <dropped>0</dropped>
+                    <relayed>0</relayed>
+                    <snooped>0</snooped>
+                    <proxied>
+                      <radius>0</radius>
+                      <lease-split>0</lease-split>
+                    </proxied>
+                  </client-packets>
+                  <server-packets>
+                    <dropped>0</dropped>
+                    <relayed>0</relayed>
+                    <snooped>0</snooped>
+                  </server-packets>
+                  <spoofed-packets>
+                    <release>0</release>
+                    <force-renews>0</force-renews>
+                  </spoofed-packets>
+                </statistics>
+              </dhcp>
+              <statistics>
+                <out-packets>318857450316</out-packets>
+                <out-octets>410307323111832</out-octets>
+                <out-discard-packets>4302</out-discard-packets>
+                <out-discard-octets>531684</out-discard-octets>
+                <in-packets>0</in-packets>
+                <in-octets>0</in-octets>
+                <urpf-check-fail-packets>0</urpf-check-fail-packets>
+                <urpf-check-fail-octets>0</urpf-check-fail-octets>
+                <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
+                <out-discard-dbcast-octets>0</out-discard-dbcast-octets>
+                <in-ip-helper-redirects-packets>0</in-ip-helper-redirects-packets>
+                <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
+              </statistics>
+            </ipv4>
+            <ipv6>
+              <oper-state>up</oper-state>
+              <icmp6>
+                <statistics>
+                  <icmp6-in-msgs>15577</icmp6-in-msgs>
+                  <icmp6-in-errors>0</icmp6-in-errors>
+                  <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
+                  <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
+                  <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
+                  <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
+                  <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
+                  <icmp6-in-echos>7554</icmp6-in-echos>
+                  <icmp6-in-echo-replies>1005</icmp6-in-echo-replies>
+                  <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
+                  <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
+                  <icmp6-in-nbr-solicits>751</icmp6-in-nbr-solicits>
+                  <icmp6-in-nbr-advertisements>4821</icmp6-in-nbr-advertisements>
+                  <icmp6-in-redirects>0</icmp6-in-redirects>
+                  <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
+                  <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
+                  <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
+                  <icmp6-out-msgs>509990</icmp6-out-msgs>
+                  <icmp6-out-errors>498755</icmp6-out-errors>
+                  <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
+                  <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
+                  <icmp6-out-time-exceeds>99579</icmp6-out-time-exceeds>
+                  <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
+                  <icmp6-out-pkt-too-bigs>399176</icmp6-out-pkt-too-bigs>
+                  <icmp6-out-echos>1005</icmp6-out-echos>
+                  <icmp6-out-echo-replies>4656</icmp6-out-echo-replies>
+                  <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
+                  <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
+                  <icmp6-out-nbr-solicits>4823</icmp6-out-nbr-solicits>
+                  <icmp6-out-nbr-advertisements>751</icmp6-out-nbr-advertisements>
+                  <icmp6-out-redirects>0</icmp6-out-redirects>
+                  <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
+                  <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
+                  <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
+                  <icmp6-out-discards>77237</icmp6-out-discards>
+                </statistics>
+              </icmp6>
+              <link-local-address>
+                <oper-address>fe80::82b9:46ff:fef2:2130</oper-address>
+                <address-state>preferred</address-state>
+              </link-local-address>
+              <address>
+                <ipv6-address>2001:798:99:1::7d</ipv6-address>
+                <address-state>preferred</address-state>
+                <oper-address>2001:798:99:1::7d</oper-address>
+                <creation-origin>manual</creation-origin>
+                <primary-preferred>true</primary-preferred>
+              </address>
+              <dhcp6>
+                <relay>
+                  <oper-state>down</oper-state>
+                  <current-lease-states>0</current-lease-states>
+                  <server-lease-states>0</server-lease-states>
+                </relay>
+                <server>
+                  <current-server-lease-states>0</current-server-lease-states>
+                </server>
+              </dhcp6>
+              <neighbor-discovery>
+                <neighbor>
+                  <ipv6-address>2001:798:99:1::7e</ipv6-address>
+                  <state>reachable</state>
+                  <is-router>true</is-router>
+                  <mtu>9000</mtu>
+                  <mac-address>56:4b:8c:8a:84:11</mac-address>
+                  <type>dynamic</type>
+                  <timer>14</timer>
+                </neighbor>
+                <neighbor>
+                  <ipv6-address>fe80::564b:8c00:18a:8411</ipv6-address>
+                  <state>reachable</state>
+                  <is-router>false</is-router>
+                  <mtu>9000</mtu>
+                  <mac-address>56:4b:8c:8a:84:11</mac-address>
+                  <type>dynamic</type>
+                  <timer>17</timer>
+                </neighbor>
+              </neighbor-discovery>
+              <statistics>
+                <out-packets>222705274197</out-packets>
+                <out-octets>293540910633566</out-octets>
+                <out-discard-packets>0</out-discard-packets>
+                <out-discard-octets>0</out-discard-octets>
+                <in-packets>0</in-packets>
+                <in-octets>0</in-octets>
+                <urpf-check-fail-packets>0</urpf-check-fail-packets>
+                <urpf-check-fail-octets>0</urpf-check-fail-octets>
+              </statistics>
+            </ipv6>
+            <statistics>
+              <ip>
+                <out-packets>541562724513</out-packets>
+                <out-octets>703848233745398</out-octets>
+                <out-discard-packets>4302</out-discard-packets>
+                <out-discard-octets>531684</out-discard-octets>
+                <in-packets>469106298210</in-packets>
+                <in-octets>630562451570417</in-octets>
+                <urpf-check-fail-packets>0</urpf-check-fail-packets>
+                <urpf-check-fail-octets>0</urpf-check-fail-octets>
+              </ip>
+            </statistics>
+          </interface>
+        </ies>
+      </service>
+    </state>
+  </data>
+</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.lon2.uk.geant.net-lags.xml b/test/interface_stats/data/rt0.lon2.uk.geant.net-lags.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6f2d6e6503839fa5bf3617bfac45b29d951547dd
--- /dev/null
+++ b/test/interface_stats/data/rt0.lon2.uk.geant.net-lags.xml
@@ -0,0 +1,106 @@
+<rpc-reply message-id="urn:uuid:2935f355-12f1-4f6e-be50-a8af80a85b56">
+  <data>
+    <state>
+      <lag>
+        <lag-name>lag-1</lag-name>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>7042509287313750</in-octets>
+          <in-packets>6157411236119</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>12270</in-broadcast-packets>
+          <in-multicast-packets>39308659</in-multicast-packets>
+          <in-unicast-packets>6157371915190</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>1576140198971813</out-octets>
+          <out-packets>1543683083436</out-packets>
+          <out-broadcast-packets>2</out-broadcast-packets>
+          <out-multicast-packets>699547885333</out-multicast-packets>
+          <out-unicast-packets>844135198101</out-unicast-packets>
+        </statistics>
+      </lag>
+      <lag>
+        <lag-name>lag-2</lag-name>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>101470341580567412</in-octets>
+          <in-packets>88513044099505</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>25</in-broadcast-packets>
+          <in-multicast-packets>694137898513</in-multicast-packets>
+          <in-unicast-packets>87818906200967</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>142474845240407066</out-octets>
+          <out-packets>117098722289777</out-packets>
+          <out-broadcast-packets>23</out-broadcast-packets>
+          <out-multicast-packets>5313147937</out-multicast-packets>
+          <out-unicast-packets>117093409141817</out-unicast-packets>
+        </statistics>
+      </lag>
+      <lag>
+        <lag-name>lag-6</lag-name>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>6423646852419</in-octets>
+          <in-packets>13660671508</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>12063</in-broadcast-packets>
+          <in-multicast-packets>26049869</in-multicast-packets>
+          <in-unicast-packets>13634609576</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>6274324176097</out-octets>
+          <out-packets>8912095826</out-packets>
+          <out-broadcast-packets>18</out-broadcast-packets>
+          <out-multicast-packets>425599482</out-multicast-packets>
+          <out-unicast-packets>8486496326</out-unicast-packets>
+        </statistics>
+      </lag>
+      <lag>
+        <lag-name>lag-8</lag-name>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>135749578475428783</in-octets>
+          <in-packets>111440421950261</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>1948</in-broadcast-packets>
+          <in-multicast-packets>5655956881</in-multicast-packets>
+          <in-unicast-packets>111434765991432</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>100156798369534683</out-octets>
+          <out-packets>87423258426489</out-packets>
+          <out-broadcast-packets>17</out-broadcast-packets>
+          <out-multicast-packets>4518727838</out-multicast-packets>
+          <out-unicast-packets>87418739698634</out-unicast-packets>
+        </statistics>
+      </lag>
+      <lag>
+        <lag-name>lag-20</lag-name>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>943752960745764</in-octets>
+          <in-packets>679924124459</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>532</in-broadcast-packets>
+          <in-multicast-packets>743891</in-multicast-packets>
+          <in-unicast-packets>679923380036</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>996898953930184</out-octets>
+          <out-packets>740169301374</out-packets>
+          <out-broadcast-packets>15</out-broadcast-packets>
+          <out-multicast-packets>361317302</out-multicast-packets>
+          <out-unicast-packets>739807984057</out-unicast-packets>
+        </statistics>
+      </lag>
+    </state>
+  </data>
+</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.lon2.uk.geant.net-ports.xml b/test/interface_stats/data/rt0.lon2.uk.geant.net-ports.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0df59b6a0393452724a08549be9e8c460a99881b
--- /dev/null
+++ b/test/interface_stats/data/rt0.lon2.uk.geant.net-ports.xml
@@ -0,0 +1,43471 @@
+<rpc-reply message-id="urn:uuid:8cb64c24-59be-4c2c-b303-a76a4d8f806a">
+  <data>
+    <state>
+      <port>
+        <port-id>1/1/c1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c1/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2024-08-13T08:10:23.4Z</counter-discontinuity-time>
+          <last-cleared-time>2024-08-13T08:10:23.4Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>36</in-errors>
+          <in-octets>50000420773801655</in-octets>
+          <in-packets>43692212121036</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>25</in-broadcast-packets>
+          <in-multicast-packets>391244076835</in-multicast-packets>
+          <in-unicast-packets>43300968044176</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>68771079266737151</out-octets>
+          <out-packets>53407402419940</out-packets>
+          <out-broadcast-packets>23</out-broadcast-packets>
+          <out-multicast-packets>3412003238</out-multicast-packets>
+          <out-unicast-packets>53403990416679</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>21</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-2 | LON-LON2 | TO RT0.LON.UK-2</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>25</in-broadcast-packets>
+            <in-multicast-packets>391244076835</in-multicast-packets>
+            <in-unicast-packets>43300968044176</in-unicast-packets>
+            <in-errors>36</in-errors>
+            <in-octets>50000420773801655</in-octets>
+            <in-utilization>3103</in-utilization>
+            <out-broadcast-packets>23</out-broadcast-packets>
+            <out-multicast-packets>3412003238</out-multicast-packets>
+            <out-unicast-packets>53403990416679</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>68771079266737151</out-octets>
+            <out-utilization>2723</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>11</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>1</fragments>
+            <jabbers>9</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>48</total-broadcast-packets>
+            <total-multicast-packets>394656080073</total-multicast-packets>
+            <total-octets>118771500040538806</total-octets>
+            <total-packets>97099614540976</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>15</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>11</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>782142157626</octets-64>
+              <octets-65-to-127>16199392548835</octets-65-to-127>
+              <octets-128-to-255>1731079374988</octets-128-to-255>
+              <octets-256-to-511>1033933455413</octets-256-to-511>
+              <octets-512-to-1023>1437742895330</octets-512-to-1023>
+              <octets-1024-to-1518>16555233679252</octets-1024-to-1518>
+              <octets-1519-to-max>59360090429532</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <remote-system>
+                <remote-time-mark>2411452221</remote-time-mark>
+                <remote-index>71</remote-index>
+                <age>165172</age>
+                <chassis-id>80:B9:46:F2:0D:30</chassis-id>
+                <chassis-id-subtype>mac-address</chassis-id-subtype>
+                <remote-port-id>1611161665</remote-port-id>
+                <remote-port-id-subtype>local</remote-port-id-subtype>
+                <port-description>2/1/c1/1, 400-Gig Ethernet, "PHY INFRASTRUCTURE BACKBONE P_lag-2 | LON-LON2 | to MX1.LON2 et-3/0/4"</port-description>
+                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
+                <system-supported-capabilities>bridge router</system-supported-capabilities>
+                <system-description/>
+                <system-name>rt0.lon.uk</system-name>
+              </remote-system>
+              <statistics>
+                <transmit>
+                  <frames>490434</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>2</age-outs>
+                  <frames>490427</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c2/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>325</in-errors>
+          <in-octets>3154</in-octets>
+          <in-packets>19</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>19</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>3320</out-octets>
+          <out-packets>20</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>20</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>6</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-1 | LON2-LON2 | to xe-1/2/9 MX</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>19</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>325</in-errors>
+            <in-octets>3154</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>20</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>3320</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>160</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>39</total-multicast-packets>
+            <total-octets>6474</total-octets>
+            <total-packets>39</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>165</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>39</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>20</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>19</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c2/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>90</in-errors>
+          <in-octets>1328</in-octets>
+          <in-packets>8</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>8</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>1328</out-octets>
+          <out-packets>8</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>8</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-1 | LON2-LON2 | to xe-2/1/3 MX</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>8</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>90</in-errors>
+            <in-octets>1328</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>8</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>1328</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>41</fragments>
+            <jabbers>1</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>5</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>16</total-multicast-packets>
+            <total-octets>2656</total-octets>
+            <total-packets>16</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>43</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>16</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>8</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>1</age-outs>
+                  <frames>8</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c2/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>306</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>306</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>138</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>26</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>142</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c2/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>60</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>60</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>27</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>6</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>27</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c4/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c4/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>759</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>759</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>377</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>3</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>379</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c4/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>36</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>36</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>17</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>2</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>17</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c4/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>30344</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>30344</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>15148</fragments>
+            <jabbers>4</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>5</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>15187</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c5</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c5/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2024-08-13T08:10:23.4Z</counter-discontinuity-time>
+          <last-cleared-time>2024-08-13T08:10:23.4Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>27</in-errors>
+          <in-octets>51469727612685566</in-octets>
+          <in-packets>44820677876246</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>302893517982</in-multicast-packets>
+          <in-unicast-packets>44517784358264</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>73703598123165335</out-octets>
+          <out-packets>63691182499649</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>1901144612</out-multicast-packets>
+          <out-unicast-packets>63689281355037</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>19</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-2 | LON-LON2 | TO RT0.LON.UK-2</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>302893517982</in-multicast-packets>
+            <in-unicast-packets>44517784358264</in-unicast-packets>
+            <in-errors>27</in-errors>
+            <in-octets>51469727612685566</in-octets>
+            <in-utilization>2865</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>1901144612</out-multicast-packets>
+            <out-unicast-packets>63689281355037</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>73703598123165335</out-octets>
+            <out-utilization>2969</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>6</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>8</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>304794662594</total-multicast-packets>
+            <total-octets>125173325735850901</total-octets>
+            <total-packets>108511860375895</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>13</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>6</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>780042908947</octets-64>
+              <octets-65-to-127>21716975416699</octets-65-to-127>
+              <octets-128-to-255>3249282007481</octets-128-to-255>
+              <octets-256-to-511>1481587869633</octets-256-to-511>
+              <octets-512-to-1023>1890338328951</octets-512-to-1023>
+              <octets-1024-to-1518>18844635982845</octets-1024-to-1518>
+              <octets-1519-to-max>60548997861339</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <remote-system>
+                <remote-time-mark>2411452241</remote-time-mark>
+                <remote-index>72</remote-index>
+                <age>165173</age>
+                <chassis-id>80:B9:46:F2:0D:30</chassis-id>
+                <chassis-id-subtype>mac-address</chassis-id-subtype>
+                <remote-port-id>1611161921</remote-port-id>
+                <remote-port-id-subtype>local</remote-port-id-subtype>
+                <port-description>2/1/c5/1, 400-Gig Ethernet, "PHY INFRASTRUCTURE BACKBONE P_lag-2 | LON-LON2 | to MX1.LON2 et-3/1/4"</port-description>
+                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
+                <system-supported-capabilities>bridge router</system-supported-capabilities>
+                <system-description/>
+                <system-name>rt0.lon.uk</system-name>
+              </remote-system>
+              <statistics>
+                <transmit>
+                  <frames>490430</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>2</age-outs>
+                  <frames>490428</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c6</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c7</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c7/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c8</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c8/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2024-08-14T08:49:52.9Z</counter-discontinuity-time>
+          <last-cleared-time>2024-08-14T08:49:52.9Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>6423646581901</in-octets>
+          <in-packets>13660669904</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>12063</in-broadcast-packets>
+          <in-multicast-packets>26049855</in-multicast-packets>
+          <in-unicast-packets>13634607986</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>6274323553956</out-octets>
+          <out-packets>8912093835</out-packets>
+          <out-broadcast-packets>18</out-broadcast-packets>
+          <out-multicast-packets>425599389</out-multicast-packets>
+          <out-unicast-packets>8486494428</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>29</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-6 | COR-LON2 | TO RT2.COR.IE-e</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>12063</in-broadcast-packets>
+            <in-multicast-packets>26049855</in-multicast-packets>
+            <in-unicast-packets>13634607986</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>6423646581901</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>18</out-broadcast-packets>
+            <out-multicast-packets>425599389</out-multicast-packets>
+            <out-unicast-packets>8486494428</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>6274323553956</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>12081</total-broadcast-packets>
+            <total-multicast-packets>451649244</total-multicast-packets>
+            <total-octets>12697970135857</total-octets>
+            <total-packets>22572763739</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>253768698</octets-64>
+              <octets-65-to-127>11408528127</octets-65-to-127>
+              <octets-128-to-255>1407385128</octets-128-to-255>
+              <octets-256-to-511>1346646193</octets-256-to-511>
+              <octets-512-to-1023>967768435</octets-512-to-1023>
+              <octets-1024-to-1518>4234377671</octets-1024-to-1518>
+              <octets-1519-to-max>2954289487</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <remote-system>
+                <remote-time-mark>2361502911</remote-time-mark>
+                <remote-index>70</remote-index>
+                <age>664667</age>
+                <chassis-id>E4:5D:37:87:11:6C</chassis-id>
+                <chassis-id-subtype>mac-address</chassis-id-subtype>
+                <remote-port-id>et-0/0/0</remote-port-id>
+                <remote-port-id-subtype>interface-name</remote-port-id-subtype>
+                <port-description>PHY INFRASTRUCTURE BACKBONE P_ae6 | COR-LON2 | </port-description>
+                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
+                <system-supported-capabilities>bridge router</system-supported-capabilities>
+                <system-description>Juniper Networks, Inc. JNP204 [MX204] internet router, kernel JUNOS 20.4R3-S4.8, Build date: 2022-08-16 20:38:05 UTC Copyright (c) 1996-2022 Juniper Networks, Inc.</system-description>
+                <system-name>rt2.cor.ie.re0.geant.net</system-name>
+                <mgmt-address>
+                  <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+                  <mgmt-address>172.16.254.3</mgmt-address>
+                  <interface-subtype>if-index</interface-subtype>
+                  <interface-id>1</interface-id>
+                  <object-identifier>16975361.33627905.16843009</object-identifier>
+                </mgmt-address>
+              </remote-system>
+              <statistics>
+                <transmit>
+                  <frames>482711</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>7</age-outs>
+                  <frames>521746</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>2086820</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c8/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local block-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c9</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c9/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local block-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c9/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local block-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c10</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c10/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c11</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c11/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2025-01-28T12:20:20.1Z</counter-discontinuity-time>
+          <last-cleared-time>2025-01-28T12:20:20.1Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>236804268470334</in-octets>
+          <in-packets>170867863219</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>532</in-broadcast-packets>
+          <in-multicast-packets>199817</in-multicast-packets>
+          <in-unicast-packets>170867662870</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>247491609593945</out-octets>
+          <out-packets>183390108222</out-packets>
+          <out-broadcast-packets>15</out-broadcast-packets>
+          <out-multicast-packets>218392589</out-multicast-packets>
+          <out-unicast-packets>183171715618</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>13</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY CUSTOMER JISC P_lag-20</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>532</in-broadcast-packets>
+            <in-multicast-packets>199817</in-multicast-packets>
+            <in-unicast-packets>170867662870</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>236804268470334</in-octets>
+            <in-utilization>3709</in-utilization>
+            <out-broadcast-packets>15</out-broadcast-packets>
+            <out-multicast-packets>218392589</out-multicast-packets>
+            <out-unicast-packets>183171715618</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>247491609593945</out-octets>
+            <out-utilization>2653</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>547</total-broadcast-packets>
+            <total-multicast-packets>218592406</total-multicast-packets>
+            <total-octets>484295878064279</total-octets>
+            <total-packets>354257971441</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>2380150126</octets-64>
+              <octets-65-to-127>38227623769</octets-65-to-127>
+              <octets-128-to-255>1153789247</octets-128-to-255>
+              <octets-256-to-511>698912723</octets-256-to-511>
+              <octets-512-to-1023>1411796022</octets-512-to-1023>
+              <octets-1024-to-1518>52593921121</octets-1024-to-1518>
+              <octets-1519-to-max>257791778433</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+            <egress>
+              <queue-group>
+                <queue-group-name>policer-output-queues</queue-group-name>
+                <instance-id>1</instance-id>
+                <queue>
+                  <queue-id>1</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+                <queue>
+                  <queue-id>2</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+              </queue-group>
+            </egress>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>6061</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c11/2</port-id>
+        <statistics>
+          <counter-discontinuity-time>2025-01-28T12:20:20.1Z</counter-discontinuity-time>
+          <last-cleared-time>2025-01-28T12:20:20.1Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>237734535915770</in-octets>
+          <in-packets>171168709868</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>181331</in-multicast-packets>
+          <in-unicast-packets>171168528537</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>247606288153740</out-octets>
+          <out-packets>184268929373</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>35734855</out-multicast-packets>
+          <out-unicast-packets>184233194518</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>11</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY CUSTOMER JISC P_lag-20</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>181331</in-multicast-packets>
+            <in-unicast-packets>171168528537</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>237734535915770</in-octets>
+            <in-utilization>3866</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>35734855</out-multicast-packets>
+            <out-unicast-packets>184233194518</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>247606288153740</out-octets>
+            <out-utilization>2608</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>35916186</total-multicast-packets>
+            <total-octets>485340824069510</total-octets>
+            <total-packets>355437639241</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>2452677168</octets-64>
+              <octets-65-to-127>38579384497</octets-65-to-127>
+              <octets-128-to-255>1100179344</octets-128-to-255>
+              <octets-256-to-511>684500791</octets-256-to-511>
+              <octets-512-to-1023>1333095745</octets-512-to-1023>
+              <octets-1024-to-1518>52435133493</octets-1024-to-1518>
+              <octets-1519-to-max>258852668203</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+            <egress>
+              <queue-group>
+                <queue-group-name>policer-output-queues</queue-group-name>
+                <instance-id>1</instance-id>
+                <queue>
+                  <queue-id>1</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+                <queue>
+                  <queue-id>2</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+              </queue-group>
+            </egress>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>6061</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c12</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c12/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2025-01-28T12:20:20.1Z</counter-discontinuity-time>
+          <last-cleared-time>2025-01-28T12:20:20.1Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>231522360877589</in-octets>
+          <in-packets>166718175961</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>181358</in-multicast-packets>
+          <in-unicast-packets>166717994603</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>249647169990128</out-octets>
+          <out-packets>184769265761</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>70987444</out-multicast-packets>
+          <out-unicast-packets>184698278317</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>13</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY CUSTOMER JISC P_lag-20</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>181358</in-multicast-packets>
+            <in-unicast-packets>166717994603</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>231522360877589</in-octets>
+            <in-utilization>3578</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>70987444</out-multicast-packets>
+            <out-unicast-packets>184698278317</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>249647169990128</out-octets>
+            <out-utilization>2685</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>71168802</total-multicast-packets>
+            <total-octets>481169530867717</total-octets>
+            <total-packets>351487441722</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>2304713925</octets-64>
+              <octets-65-to-127>37772321655</octets-65-to-127>
+              <octets-128-to-255>931418165</octets-128-to-255>
+              <octets-256-to-511>639937973</octets-256-to-511>
+              <octets-512-to-1023>1644413185</octets-512-to-1023>
+              <octets-1024-to-1518>50552738047</octets-1024-to-1518>
+              <octets-1519-to-max>257641898772</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+            <egress>
+              <queue-group>
+                <queue-group-name>policer-output-queues</queue-group-name>
+                <instance-id>1</instance-id>
+                <queue>
+                  <queue-id>1</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+                <queue>
+                  <queue-id>2</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+              </queue-group>
+            </egress>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>6061</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c12/2</port-id>
+        <statistics>
+          <counter-discontinuity-time>2025-01-28T12:20:20.2Z</counter-discontinuity-time>
+          <last-cleared-time>2025-01-28T12:20:20.2Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>237563296553978</in-octets>
+          <in-packets>171081319041</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>181358</in-multicast-packets>
+          <in-unicast-packets>171081137683</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>252072275877988</out-octets>
+          <out-packets>187681098279</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>36185386</out-multicast-packets>
+          <out-unicast-packets>187644912893</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>9</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY CUSTOMER JISC P_lag-20</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>181358</in-multicast-packets>
+            <in-unicast-packets>171081137683</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>237563296553978</in-octets>
+            <in-utilization>3623</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>36185386</out-multicast-packets>
+            <out-unicast-packets>187644912893</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>252072275877988</out-octets>
+            <out-utilization>2337</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>36366744</total-multicast-packets>
+            <total-octets>489635572431966</total-octets>
+            <total-packets>358762417320</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>2452891277</octets-64>
+              <octets-65-to-127>39003473684</octets-65-to-127>
+              <octets-128-to-255>1046710296</octets-128-to-255>
+              <octets-256-to-511>741756312</octets-256-to-511>
+              <octets-512-to-1023>1585986241</octets-512-to-1023>
+              <octets-1024-to-1518>51999122556</octets-1024-to-1518>
+              <octets-1519-to-max>261932476954</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+            <egress>
+              <queue-group>
+                <queue-group-name>policer-output-queues</queue-group-name>
+                <instance-id>1</instance-id>
+                <queue>
+                  <queue-id>1</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+                <queue>
+                  <queue-id>2</queue-id>
+                  <statistics>
+                    <profile>
+                      <in-inplus-profile-forwarded-packets>0</in-inplus-profile-forwarded-packets>
+                      <in-inplus-profile-forwarded-octets>0</in-inplus-profile-forwarded-octets>
+                      <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                      <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                      <out-exceed-profile-forwarded-packets>0</out-exceed-profile-forwarded-packets>
+                      <out-exceed-profile-forwarded-octets>0</out-exceed-profile-forwarded-octets>
+                      <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                      <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                    </profile>
+                  </statistics>
+                  <hardware-queue>
+                    <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                    <exceed-droptail>99614720</exceed-droptail>
+                    <high-droptail>125829120</high-droptail>
+                    <high-plus-droptail>125829120</high-plus-droptail>
+                    <low-droptail>112721920</low-droptail>
+                    <operational-cbs>0</operational-cbs>
+                    <operational-cir>0</operational-cir>
+                    <operational-mbs>125829120</operational-mbs>
+                    <operational-pir>max</operational-pir>
+                    <burst-limit>auto</burst-limit>
+                    <operational-exceed-burst>max</operational-exceed-burst>
+                    <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                    <exceed-slope>
+                      <current-probability>0</current-probability>
+                    </exceed-slope>
+                    <high-slope>
+                      <current-probability>0</current-probability>
+                    </high-slope>
+                    <high-plus-slope>
+                      <current-probability>0</current-probability>
+                    </high-plus-slope>
+                    <low-slope>
+                      <current-probability>0</current-probability>
+                    </low-slope>
+                  </hardware-queue>
+                </queue>
+              </queue-group>
+            </egress>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>6061</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c13</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c13/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2024-08-14T08:00:20.1Z</counter-discontinuity-time>
+          <last-cleared-time>2024-08-14T08:00:20.1Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>15</in-errors>
+          <in-octets>72892304892250953</in-octets>
+          <in-packets>61921518409027</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>1590</in-broadcast-packets>
+          <in-multicast-packets>3184896331</in-multicast-packets>
+          <in-unicast-packets>61918333511106</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>49924012558837533</out-octets>
+          <out-packets>43565189937156</out-packets>
+          <out-broadcast-packets>17</out-broadcast-packets>
+          <out-multicast-packets>2183808016</out-multicast-packets>
+          <out-unicast-packets>43563006129123</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>33</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-8 | LON2-PAR | TO RT0.PAR.FR-2</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>1590</in-broadcast-packets>
+            <in-multicast-packets>3184896331</in-multicast-packets>
+            <in-unicast-packets>61918333511106</in-unicast-packets>
+            <in-errors>15</in-errors>
+            <in-octets>72892304892250953</in-octets>
+            <in-utilization>2895</in-utilization>
+            <out-broadcast-packets>17</out-broadcast-packets>
+            <out-multicast-packets>2183808016</out-multicast-packets>
+            <out-unicast-packets>43563006129123</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>49924012558837533</out-octets>
+            <out-utilization>3402</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>4</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>5</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>1607</total-broadcast-packets>
+            <total-multicast-packets>5368704347</total-multicast-packets>
+            <total-octets>122816317451088486</total-octets>
+            <total-packets>105486708346183</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>6</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>4</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>812082610701</octets-64>
+              <octets-65-to-127>21060750248175</octets-65-to-127>
+              <octets-128-to-255>2892203545351</octets-128-to-255>
+              <octets-256-to-511>1270694401704</octets-256-to-511>
+              <octets-512-to-1023>1836523240301</octets-512-to-1023>
+              <octets-1024-to-1518>16069395207421</octets-1024-to-1518>
+              <octets-1519-to-max>61545059092530</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <remote-system>
+                <remote-time-mark>1494074411</remote-time-mark>
+                <remote-index>44</remote-index>
+                <age>9338951</age>
+                <chassis-id>00:31:26:69:DE:38</chassis-id>
+                <chassis-id-subtype>mac-address</chassis-id-subtype>
+                <remote-port-id>1611161665</remote-port-id>
+                <remote-port-id-subtype>local</remote-port-id-subtype>
+                <port-description>2/1/c1/1, 400-Gig Ethernet, "PHY INFRASTRUCTURE BACKBONE P_lag-8 | LON2-PAR | TO rt0.lon2- 1/1/c13/1"</port-description>
+                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
+                <system-supported-capabilities>bridge router</system-supported-capabilities>
+                <system-description/>
+                <system-name>rt0.par.fr</system-name>
+              </remote-system>
+              <statistics>
+                <transmit>
+                  <frames>487577</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>493904</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>336464</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c14</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c14/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c14/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>142</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>142</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>65</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>8</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>69</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c14/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>194</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>194</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>90</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>12</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>92</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c14/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>34623</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>34623</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>17182</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>166</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>17275</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c15</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c16</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c16/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>2</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>6</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>2</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>1</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>1</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c16/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>39</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>39</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>17</fragments>
+            <jabbers>1</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>3</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>18</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c16/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>16607</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>6</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>16607</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>8174</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>153</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>8280</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c16/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>22303</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>22303</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>11080</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>41</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>11182</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c17</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c17/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2024-08-14T08:00:20.1Z</counter-discontinuity-time>
+          <last-cleared-time>2024-08-14T08:00:20.1Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>176</in-errors>
+          <in-octets>62857129858635793</in-octets>
+          <in-packets>49518785738731</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>358</in-broadcast-packets>
+          <in-multicast-packets>2471060476</in-multicast-packets>
+          <in-unicast-packets>49516314677897</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>50232575979349359</out-octets>
+          <out-packets>43857908906341</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>2334907491</out-multicast-packets>
+          <out-unicast-packets>43855573998850</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>87</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-8 | LON2-PAR | TO RT0.PAR.FR-2</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>358</in-broadcast-packets>
+            <in-multicast-packets>2471060476</in-multicast-packets>
+            <in-unicast-packets>49516314677897</in-unicast-packets>
+            <in-errors>176</in-errors>
+            <in-octets>62857129858635793</in-octets>
+            <in-utilization>2505</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>2334907491</out-multicast-packets>
+            <out-unicast-packets>43855573998850</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>50232575979349359</out-octets>
+            <out-utilization>3506</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>41</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>5</fragments>
+            <jabbers>77</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>358</total-broadcast-packets>
+            <total-multicast-packets>4805967967</total-multicast-packets>
+            <total-octets>113089705837985152</total-octets>
+            <total-packets>93376694645072</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>53</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>41</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>791466100231</octets-64>
+              <octets-65-to-127>16472397245031</octets-65-to-127>
+              <octets-128-to-255>1798517300751</octets-128-to-255>
+              <octets-256-to-511>982003617275</octets-256-to-511>
+              <octets-512-to-1023>1461109983053</octets-512-to-1023>
+              <octets-1024-to-1518>14829073715426</octets-1024-to-1518>
+              <octets-1519-to-max>57042126683305</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <remote-system>
+                <remote-time-mark>2421759631</remote-time-mark>
+                <remote-index>73</remote-index>
+                <age>62100</age>
+                <chassis-id>00:31:26:69:DE:38</chassis-id>
+                <chassis-id-subtype>mac-address</chassis-id-subtype>
+                <remote-port-id>1611161921</remote-port-id>
+                <remote-port-id-subtype>local</remote-port-id-subtype>
+                <port-description>2/1/c5/1, 400-Gig Ethernet, "PHY INFRASTRUCTURE BACKBONE P_lag-8 | LON2-PAR | TO rt0.lon2- 1/1/c17/1"</port-description>
+                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
+                <system-supported-capabilities>bridge router</system-supported-capabilities>
+                <system-description/>
+                <system-name>rt0.par.fr</system-name>
+              </remote-system>
+              <statistics>
+                <transmit>
+                  <frames>483072</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>2</age-outs>
+                  <frames>489376</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>336376</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c18</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c19</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c19/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2024-08-13T09:22:46.7Z</counter-discontinuity-time>
+          <last-cleared-time>2024-08-13T09:22:46.7Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>3529990810819018</in-octets>
+          <in-packets>3078837346722</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>12270</in-broadcast-packets>
+          <in-multicast-packets>23160955</in-multicast-packets>
+          <in-unicast-packets>3078814173497</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>835808779667061</out-octets>
+          <out-packets>814903357776</out-packets>
+          <out-broadcast-packets>2</out-broadcast-packets>
+          <out-multicast-packets>388581216430</out-multicast-packets>
+          <out-unicast-packets>426322141344</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>3</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-1 | LON2-LON2 | TO MX1.LON2.UK</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>12270</in-broadcast-packets>
+            <in-multicast-packets>23160955</in-multicast-packets>
+            <in-unicast-packets>3078814173497</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>3529990810819018</in-octets>
+            <in-utilization>60</in-utilization>
+            <out-broadcast-packets>2</out-broadcast-packets>
+            <out-multicast-packets>388581216430</out-multicast-packets>
+            <out-unicast-packets>426322141344</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>835808779667061</out-octets>
+            <out-utilization>11</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>12272</total-broadcast-packets>
+            <total-multicast-packets>388604377385</total-multicast-packets>
+            <total-octets>4365799590486079</total-octets>
+            <total-packets>3893740704498</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>27003691014</octets-64>
+              <octets-65-to-127>161152197501</octets-65-to-127>
+              <octets-128-to-255>280946069074</octets-128-to-255>
+              <octets-256-to-511>310619233349</octets-256-to-511>
+              <octets-512-to-1023>16527466899</octets-512-to-1023>
+              <octets-1024-to-1518>2741367600555</octets-1024-to-1518>
+              <octets-1519-to-max>356124446106</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <remote-system>
+                <remote-time-mark>957183051</remote-time-mark>
+                <remote-index>3</remote-index>
+                <age>14707866</age>
+                <chassis-id>A8:D0:E5:F7:5F:C0</chassis-id>
+                <chassis-id-subtype>mac-address</chassis-id-subtype>
+                <remote-port-id>et-3/0/4</remote-port-id>
+                <remote-port-id-subtype>interface-name</remote-port-id-subtype>
+                <port-description>PHY INFRASTRUCTURE BACKBONE P_ae3 | LON2-LON2 | TO RT0.LON2.UK-1/1/C19/1</port-description>
+                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
+                <system-supported-capabilities>bridge router</system-supported-capabilities>
+                <system-description>Juniper Networks, Inc. mx960 internet router, kernel JUNOS 20.4R3-S7.2, Build date: 2023-04-21 19:35:28 UTC Copyright (c) 1996-2023 Juniper Networks, Inc.</system-description>
+                <system-name>mx1.lon2.uk.re0.geant.net</system-name>
+                <mgmt-address>
+                  <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+                  <mgmt-address>172.16.254.2</mgmt-address>
+                  <interface-subtype>if-index</interface-subtype>
+                  <interface-id>1</interface-id>
+                  <object-identifier>16975361.33627905.16843009</object-identifier>
+                </mgmt-address>
+              </remote-system>
+              <statistics>
+                <transmit>
+                  <frames>490267</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>530029</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>2120116</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c20</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c20/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>22</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>22</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>11</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>11</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c20/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>588</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>588</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>286</fragments>
+            <jabbers>2</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>11</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>289</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c20/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>362</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>362</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>176</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>7</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>179</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c20/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>405</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>405</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>194</fragments>
+            <jabbers>1</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>10</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>200</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c21</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c22</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c22/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>20</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>50</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>20</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>10</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>10</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c22/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>214</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>214</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>92</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>27</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>95</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c22/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>38</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>38</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>18</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>2</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>18</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c22/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>671</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>671</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>323</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>19</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>329</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c23</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c23/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>8</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c24</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c25</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c25/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c26</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c26/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c26/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c27</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c27/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c27/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c28</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c28/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c29</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c29/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c29/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c30</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c30/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c30/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c31</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c31/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c32</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c32/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c32/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c32/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c32/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c33</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c34</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c34/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c34/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c34/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c34/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c35</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>1/1/c35/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>1/1/c36</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c1/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c2/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>14</in-errors>
+          <in-octets>6629831921</in-octets>
+          <in-packets>63379386</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>4477442</in-multicast-packets>
+          <in-unicast-packets>58901944</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>14768184631</out-octets>
+          <out-packets>64768034</out-packets>
+          <out-broadcast-packets>1</out-broadcast-packets>
+          <out-multicast-packets>5234146</out-multicast-packets>
+          <out-unicast-packets>59533887</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>8</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>''</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>4477442</in-multicast-packets>
+            <in-unicast-packets>58901944</in-unicast-packets>
+            <in-errors>14</in-errors>
+            <in-octets>6629831921</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>1</out-broadcast-packets>
+            <out-multicast-packets>5234146</out-multicast-packets>
+            <out-unicast-packets>59533887</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>14768184631</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>7</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>1</total-broadcast-packets>
+            <total-multicast-packets>9711588</total-multicast-packets>
+            <total-octets>21398016552</total-octets>
+            <total-packets>128147420</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>7</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>4214925</octets-64>
+              <octets-65-to-127>66981349</octets-65-to-127>
+              <octets-128-to-255>28350136</octets-128-to-255>
+              <octets-256-to-511>26771463</octets-256-to-511>
+              <octets-512-to-1023>1466074</octets-512-to-1023>
+              <octets-1024-to-1518>363469</octets-1024-to-1518>
+              <octets-1519-to-max>4</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>144062</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>155758</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>623032</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c2/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>92</in-errors>
+          <in-octets>7411828222</in-octets>
+          <in-packets>67026591</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>3604</in-broadcast-packets>
+          <in-multicast-packets>5992749</in-multicast-packets>
+          <in-unicast-packets>61030238</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>43561160829</out-octets>
+          <out-packets>134655925</out-packets>
+          <out-broadcast-packets>2</out-broadcast-packets>
+          <out-multicast-packets>5286997</out-multicast-packets>
+          <out-unicast-packets>129368926</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>''</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>3604</in-broadcast-packets>
+            <in-multicast-packets>5992749</in-multicast-packets>
+            <in-unicast-packets>61030238</in-unicast-packets>
+            <in-errors>92</in-errors>
+            <in-octets>7411828222</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>2</out-broadcast-packets>
+            <out-multicast-packets>5286997</out-multicast-packets>
+            <out-unicast-packets>129368926</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>43561160829</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>38</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>16</undersize-packets>
+            <total-broadcast-packets>3606</total-broadcast-packets>
+            <total-multicast-packets>11279746</total-multicast-packets>
+            <total-octets>50972989051</total-octets>
+            <total-packets>201682516</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>38</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>2884175</octets-64>
+              <octets-65-to-127>61673903</octets-65-to-127>
+              <octets-128-to-255>39905669</octets-128-to-255>
+              <octets-256-to-511>80843366</octets-256-to-511>
+              <octets-512-to-1023>15189422</octets-512-to-1023>
+              <octets-1024-to-1518>1185977</octets-1024-to-1518>
+              <octets-1519-to-max>4</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>144062</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>155718</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>622872</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c2/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>446</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>446</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>201</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>38</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>207</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c2/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>63</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>63</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>28</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>7</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>28</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c4/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c4/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>216</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>216</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>92</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>25</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>99</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c4/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>176</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>176</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>79</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>15</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>82</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c4/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>1280</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>1280</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>624</fragments>
+            <jabbers>4</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>14</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>638</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c5</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c5/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c6</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c7</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c7/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c8</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c8/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c8/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c9</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c9/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c9/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c10</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c10/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c11</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c11/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local block-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c11/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local block-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c12</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c12/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local block-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c12/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local block-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c13</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c13/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c14</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c14/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>533</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>533</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>263</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>270</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c14/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>42</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>6</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>42</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>19</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>4</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>19</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c14/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>181</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>181</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>77</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>20</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>84</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c14/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>135</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>135</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>59</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>13</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>63</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c15</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c16</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c16/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c16/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>37</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>37</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>17</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>2</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>18</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c16/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>386</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>386</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>152</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>63</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>171</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c16/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>233</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local frame-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>233</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>112</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>9</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>112</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c17</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c17/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c18</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c19</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c19/1</port-id>
+        <statistics>
+          <counter-discontinuity-time>2024-08-13T09:22:46.7Z</counter-discontinuity-time>
+          <last-cleared-time>2024-08-13T09:22:46.7Z</last-cleared-time>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>3512516200919400</in-octets>
+          <in-packets>3078571805378</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>16147689</in-multicast-packets>
+          <in-unicast-packets>3078555657689</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>740331004308293</out-octets>
+          <out-packets>728779299625</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>310966444059</out-multicast-packets>
+          <out-unicast-packets>417812855566</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>1</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>PHY INFRASTRUCTURE BACKBONE P_lag-1 | LON2-LON2 | TO MX1.LON2.UK</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>16147689</in-multicast-packets>
+            <in-unicast-packets>3078555657689</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>3512516200919400</in-octets>
+            <in-utilization>64</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>310966444059</out-multicast-packets>
+            <out-unicast-packets>417812855566</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>740331004308293</out-octets>
+            <out-utilization>8</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>310982591748</total-multicast-packets>
+            <total-octets>4252847205227693</total-octets>
+            <total-packets>3807351105003</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>27605678251</octets-64>
+              <octets-65-to-127>168214857756</octets-65-to-127>
+              <octets-128-to-255>279928180382</octets-128-to-255>
+              <octets-256-to-511>303288877843</octets-256-to-511>
+              <octets-512-to-1023>16621308755</octets-512-to-1023>
+              <octets-1024-to-1518>2656432430915</octets-1024-to-1518>
+              <octets-1519-to-max>355259771101</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <remote-system>
+                <remote-time-mark>957183002</remote-time-mark>
+                <remote-index>3</remote-index>
+                <age>14707870</age>
+                <chassis-id>A8:D0:E5:F7:5F:C0</chassis-id>
+                <chassis-id-subtype>mac-address</chassis-id-subtype>
+                <remote-port-id>et-3/1/4</remote-port-id>
+                <remote-port-id-subtype>interface-name</remote-port-id-subtype>
+                <port-description>PHY INFRASTRUCTURE BACKBONE P_ae3 | LON2-LON2 | TO RT0.LON2.UK-2/1/C19/1</port-description>
+                <system-enabled-capabilities>bridge router</system-enabled-capabilities>
+                <system-supported-capabilities>bridge router</system-supported-capabilities>
+                <system-description>Juniper Networks, Inc. mx960 internet router, kernel JUNOS 20.4R3-S7.2, Build date: 2023-04-21 19:35:28 UTC Copyright (c) 1996-2023 Juniper Networks, Inc.</system-description>
+                <system-name>mx1.lon2.uk.re0.geant.net</system-name>
+                <mgmt-address>
+                  <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+                  <mgmt-address>172.16.254.2</mgmt-address>
+                  <interface-subtype>if-index</interface-subtype>
+                  <interface-id>1</interface-id>
+                  <object-identifier>16975361.33627905.16843009</object-identifier>
+                </mgmt-address>
+              </remote-system>
+              <statistics>
+                <transmit>
+                  <frames>490267</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>529906</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>2119624</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c20</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c20/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c20/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c20/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c20/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c21</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c22</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c22/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c22/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c22/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c22/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c23</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c23/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>signal-fail local alignment-marker-not-locked</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>4</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c24</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c25</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c25/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c26</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c26/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c26/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c27</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c27/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c27/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c28</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c28/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c29</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c29/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c29/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c30</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c30/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c30/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local block-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>100000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>100-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c31</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c31/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c32</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c32/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c32/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c32/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c32/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local frame-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c33</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c34</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c34/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/2</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/5</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/6</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/7</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/8</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/9</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c34/10</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local</current-alarms>
+          <reported-alarms>local</reported-alarms>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>10000</oper-speed>
+          <oper-state-change-count>2</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c35</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>2/1/c35/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+          <egress-queue>
+            <queue>
+              <queue-id>1</queue-id>
+            </queue>
+            <queue>
+              <queue-id>2</queue-id>
+            </queue>
+            <queue>
+              <queue-id>3</queue-id>
+            </queue>
+            <queue>
+              <queue-id>4</queue-id>
+            </queue>
+            <queue>
+              <queue-id>5</queue-id>
+            </queue>
+            <queue>
+              <queue-id>6</queue-id>
+            </queue>
+            <queue>
+              <queue-id>7</queue-id>
+            </queue>
+            <queue>
+              <queue-id>8</queue-id>
+            </queue>
+          </egress-queue>
+        </statistics>
+        <ethernet>
+          <current-alarms>local alignment-marker-not-locked</current-alarms>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>400000</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet ipv4 ipv6</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>16000</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>400-Gig Ethernet</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+              <pause>
+                <frames-received>0</frames-received>
+                <frames-transmitted>0</frames-transmitted>
+              </pause>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+          <efm-oam>
+            <config-revision>0</config-revision>
+            <function-support>loopback</function-support>
+            <dying-gasp-tx-on-reset-oper-state>inactive</dying-gasp-tx-on-reset-oper-state>
+            <grace-tx-oper-state>inactive</grace-tx-oper-state>
+            <loop-detected>false</loop-detected>
+            <loopback-state>none</loopback-state>
+            <oper-state>disabled</oper-state>
+            <pdu-size>1518</pdu-size>
+            <soft-reset-action>none</soft-reset-action>
+            <vendor-info>00:01:00:2c</vendor-info>
+            <vendor-oui>00:16:4d</vendor-oui>
+            <statistics>
+              <frames-lost>0</frames-lost>
+              <receive>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </receive>
+              <transmit>
+                <information>0</information>
+                <unique-event-notification>0</unique-event-notification>
+                <duplicate-event-notification>0</duplicate-event-notification>
+                <loopback-control>0</loopback-control>
+                <organization-specific>0</organization-specific>
+                <unsupported-codes>0</unsupported-codes>
+                <variable-request>0</variable-request>
+                <variable-response>0</variable-response>
+              </transmit>
+            </statistics>
+          </efm-oam>
+          <lldp>
+            <dest-mac>
+              <mac-type>nearest-bridge</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-non-tpmr</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+            <dest-mac>
+              <mac-type>nearest-customer</mac-type>
+              <statistics>
+                <transmit>
+                  <frames>0</frames>
+                  <length-error-frames>0</length-error-frames>
+                </transmit>
+                <receive>
+                  <age-outs>0</age-outs>
+                  <frames>0</frames>
+                  <frame-discards>0</frame-discards>
+                  <frame-errors>0</frame-errors>
+                  <tlv-discards>0</tlv-discards>
+                  <tlv-unknown>0</tlv-unknown>
+                </receive>
+              </statistics>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob</mgmt-address-system-type>
+                <mgmt-address>172.16.254.11</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system</mgmt-address-system-type>
+                <mgmt-address>62.40.96.25</mgmt-address>
+                <mgmt-address-subtype>ipv4</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>system-ipv6</mgmt-address-system-type>
+                <mgmt-address>2001:798:aa:1::b</mgmt-address>
+                <mgmt-address-subtype>ipv6</mgmt-address-subtype>
+              </tx-mgmt-address>
+              <tx-mgmt-address>
+                <mgmt-address-system-type>oob-ipv6</mgmt-address-system-type>
+                <mgmt-address-subtype>other</mgmt-address-subtype>
+              </tx-mgmt-address>
+            </dest-mac>
+          </lldp>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>2/1/c36</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+      </port>
+      <port>
+        <port-id>A/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>2034636</in-octets>
+          <in-packets>31790</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>31786</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>4</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>1164</out-octets>
+          <out-packets>17</out-packets>
+          <out-broadcast-packets>14</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>3</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>mdi</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>1000</oper-speed>
+          <oper-state-change-count>1</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability/>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>0</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>31786</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>4</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>2034636</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>14</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>3</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>1164</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>31800</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>2035800</total-octets>
+            <total-packets>31807</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>31803</octets-64>
+              <octets-65-to-127>4</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>A/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>not-applicable</oper-duplex>
+          <oper-speed>0</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>0</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10/100/Gig Ethernet SFP</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>A/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>not-applicable</oper-duplex>
+          <oper-speed>0</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability/>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>0</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>B/1</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>2034022</in-octets>
+          <in-packets>31781</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>31779</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>2</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>486</out-octets>
+          <out-packets>7</out-packets>
+          <out-broadcast-packets>6</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>1</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>mdi</mdi-type>
+          <oper-duplex>full</oper-duplex>
+          <oper-speed>1000</oper-speed>
+          <oper-state-change-count>1</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability/>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>0</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>31779</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>2</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>2034022</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>6</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>1</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>486</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>31785</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>2034508</total-octets>
+            <total-packets>31788</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>31786</octets-64>
+              <octets-65-to-127>2</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>idle</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>B/3</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>not-applicable</oper-duplex>
+          <oper-speed>0</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability>ethernet</ptp-timestamp-capability>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>0</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <elmi>
+            <link-status>up</link-status>
+            <user-network-interface>
+              <identifier>10/100/Gig Ethernet SFP</identifier>
+              <type>bundling</type>
+            </user-network-interface>
+            <statistics>
+              <received>
+                <discarded-messages>0</discarded-messages>
+                <invalid-sequence-number-messages>0</invalid-sequence-number-messages>
+                <status-enquiry-messages>0</status-enquiry-messages>
+                <status-enquiry-message-timeouts>0</status-enquiry-message-timeouts>
+              </received>
+              <transmitted>
+                <asynchronous-status-messages>0</asynchronous-status-messages>
+                <status-messages>0</status-messages>
+              </transmitted>
+            </statistics>
+          </elmi>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+        </ethernet>
+      </port>
+      <port>
+        <port-id>B/4</port-id>
+        <statistics>
+          <in-discards>0</in-discards>
+          <in-errors>0</in-errors>
+          <in-octets>0</in-octets>
+          <in-packets>0</in-packets>
+          <in-unknown-protocol-discards>0</in-unknown-protocol-discards>
+          <in-broadcast-packets>0</in-broadcast-packets>
+          <in-multicast-packets>0</in-multicast-packets>
+          <in-unicast-packets>0</in-unicast-packets>
+          <out-discards>0</out-discards>
+          <out-errors>0</out-errors>
+          <out-octets>0</out-octets>
+          <out-packets>0</out-packets>
+          <out-broadcast-packets>0</out-broadcast-packets>
+          <out-multicast-packets>0</out-multicast-packets>
+          <out-unicast-packets>0</out-unicast-packets>
+        </statistics>
+        <ethernet>
+          <current-alarms/>
+          <reported-alarms/>
+          <mdi-type>unknown</mdi-type>
+          <oper-duplex>not-applicable</oper-duplex>
+          <oper-speed>0</oper-speed>
+          <oper-state-change-count>0</oper-state-change-count>
+          <oper-tx-clock>not-applicable</oper-tx-clock>
+          <oper-egress-rate>unrestricted</oper-egress-rate>
+          <ptp-timestamp-capability/>
+          <crc-monitor>
+            <current-alarms/>
+          </crc-monitor>
+          <dampening>
+            <current-penalties>0</current-penalties>
+            <max-penalties>0</max-penalties>
+            <oper-state>idle</oper-state>
+          </dampening>
+          <down-when-looped>
+            <loop-state>no-loop-detected</loop-state>
+          </down-when-looped>
+          <ssm>
+            <received-quality-level>unknown</received-quality-level>
+            <received-ssm-code>254</received-ssm-code>
+            <transmitted-quality-level>reserved0</transmitted-quality-level>
+          </ssm>
+          <statistics>
+            <in-broadcast-packets>0</in-broadcast-packets>
+            <in-multicast-packets>0</in-multicast-packets>
+            <in-unicast-packets>0</in-unicast-packets>
+            <in-errors>0</in-errors>
+            <in-octets>0</in-octets>
+            <in-utilization>0</in-utilization>
+            <out-broadcast-packets>0</out-broadcast-packets>
+            <out-multicast-packets>0</out-multicast-packets>
+            <out-unicast-packets>0</out-unicast-packets>
+            <out-errors>0</out-errors>
+            <out-octets>0</out-octets>
+            <out-utilization>0</out-utilization>
+            <collisions>0</collisions>
+            <crc-align-errors>0</crc-align-errors>
+            <drop-events>0</drop-events>
+            <fragments>0</fragments>
+            <jabbers>0</jabbers>
+            <oversize-packets>0</oversize-packets>
+            <undersize-packets>0</undersize-packets>
+            <total-broadcast-packets>0</total-broadcast-packets>
+            <total-multicast-packets>0</total-multicast-packets>
+            <total-octets>0</total-octets>
+            <total-packets>0</total-packets>
+            <ethernet-like-medium>
+              <frame-too-long>0</frame-too-long>
+              <collision>
+                <excessive>0</excessive>
+                <late>0</late>
+                <multiple>0</multiple>
+                <single>0</single>
+              </collision>
+              <error>
+                <alignment>0</alignment>
+                <carrier-sense>0</carrier-sense>
+                <fcs>0</fcs>
+                <internal-mac-transmitted>0</internal-mac-transmitted>
+                <sqe-test>0</sqe-test>
+                <symbol>0</symbol>
+              </error>
+            </ethernet-like-medium>
+            <packet-size>
+              <octets-64>0</octets-64>
+              <octets-65-to-127>0</octets-65-to-127>
+              <octets-128-to-255>0</octets-128-to-255>
+              <octets-256-to-511>0</octets-256-to-511>
+              <octets-512-to-1023>0</octets-512-to-1023>
+              <octets-1024-to-1518>0</octets-1024-to-1518>
+              <octets-1519-to-max>0</octets-1519-to-max>
+            </packet-size>
+          </statistics>
+          <symbol-monitor>
+            <current-alarms/>
+            <total-errors>0</total-errors>
+          </symbol-monitor>
+          <access>
+            <available-bandwidth>0</available-bandwidth>
+            <booked-bandwidth>0</booked-bandwidth>
+          </access>
+          <dot1x>
+            <authenticator-pae-state>force-authorized</authenticator-pae-state>
+            <backend-authentication-state>initialize</backend-authentication-state>
+            <port-status>authorized</port-status>
+            <statistics>
+              <received>
+                <bad-eap-length-frames>0</bad-eap-length-frames>
+                <last-source-mac-address>00:00:00:00:00:00</last-source-mac-address>
+                <last-version>0</last-version>
+                <logoff-frames>0</logoff-frames>
+                <response-frames>0</response-frames>
+                <response-id-frames>0</response-id-frames>
+                <start-frames>0</start-frames>
+                <valid-frames>0</valid-frames>
+                <unknown-frames>0</unknown-frames>
+              </received>
+              <transmitted>
+                <request-frames>0</request-frames>
+                <request-id-frames>0</request-id-frames>
+                <total-frames>0</total-frames>
+              </transmitted>
+            </statistics>
+          </dot1x>
+        </ethernet>
+      </port>
+    </state>
+  </data>
+</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-router-interfaces.xml b/test/interface_stats/data/rt0.lon2.uk.geant.net-router-interfaces.xml
similarity index 63%
rename from test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-router-interfaces.xml
rename to test/interface_stats/data/rt0.lon2.uk.geant.net-router-interfaces.xml
index de697cb3e214c70ac8a97848febcf5d0ffcf946a..56b05934ece5955a901ab07f488c6bd5cc7255e5 100644
--- a/test/interface_stats/data/rt0.lon.uk.lab.office.geant.net-router-interfaces.xml
+++ b/test/interface_stats/data/rt0.lon2.uk.geant.net-router-interfaces.xml
@@ -1,4 +1,4 @@
-<rpc-reply message-id="urn:uuid:726313e0-3658-472f-8ad1-6f9f287e65cd">
+<rpc-reply message-id="urn:uuid:030999e1-c9a3-44a0-9220-e66c342d216d">
   <data>
     <state>
       <router>
@@ -11,15 +11,15 @@
           <protocol>isis mpls rsvp pim</protocol>
           <oper-ip-mtu>1500</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T09:57:28.3Z</last-oper-change>
+          <last-oper-change>2024-06-24T08:35:14.1Z</last-oper-change>
           <statistics>
             <ip>
               <out-packets>0</out-packets>
               <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-discard-packets>46029275</out-discard-packets>
+              <out-discard-octets>3842637155</out-discard-octets>
+              <in-packets>6</in-packets>
+              <in-octets>556</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
@@ -34,26 +34,26 @@
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>0</icmp-in-msgs>
-                <icmp-in-errors>0</icmp-in-errors>
+                <icmp-in-msgs>6</icmp-in-msgs>
+                <icmp-in-errors>6</icmp-in-errors>
                 <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
                 <icmp-in-echos>0</icmp-in-echos>
                 <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
+                <icmp-in-time-exceeds>6</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
                 <icmp-in-timestamps>0</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
+                <icmp-out-msgs>17</icmp-out-msgs>
+                <icmp-out-errors>17</icmp-out-errors>
                 <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
                 <icmp-out-echos>0</icmp-out-echos>
                 <icmp-out-echo-replies>0</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
+                <icmp-out-time-exceeds>17</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
@@ -88,8 +88,8 @@
             <statistics>
               <out-packets>0</out-packets>
               <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
+              <out-discard-packets>46029275</out-discard-packets>
+              <out-discard-octets>3842637155</out-discard-octets>
               <in-packets>0</in-packets>
               <in-octets>0</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
@@ -100,7 +100,7 @@
               <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
             </statistics>
             <primary>
-              <oper-address>62.40.119.7</oper-address>
+              <oper-address>62.40.96.25</oper-address>
               <creation-origin>manual</creation-origin>
             </primary>
           </ipv4>
@@ -108,11 +108,11 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>0</icmp6-in-msgs>
-                <icmp6-in-errors>0</icmp6-in-errors>
+                <icmp6-in-msgs>625</icmp6-in-msgs>
+                <icmp6-in-errors>625</icmp6-in-errors>
                 <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
+                <icmp6-in-time-exceeds>625</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
                 <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
                 <icmp6-in-echos>0</icmp6-in-echos>
@@ -125,11 +125,11 @@
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>0</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
+                <icmp6-out-msgs>625</icmp6-out-msgs>
+                <icmp6-out-errors>625</icmp6-out-errors>
                 <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>625</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>0</icmp6-out-echos>
@@ -156,9 +156,9 @@
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
             <address>
-              <ipv6-address>2001:799:1ab::7</ipv6-address>
+              <ipv6-address>2001:798:aa:1::b</ipv6-address>
               <address-state>preferred</address-state>
-              <oper-address>2001:799:1ab::7</oper-address>
+              <oper-address>2001:798:aa:1::b</oper-address>
               <creation-origin>manual</creation-origin>
               <primary-preferred>true</primary-preferred>
             </address>
@@ -167,17 +167,28 @@
         <interface>
           <interface-name>lag-1.0</interface-name>
           <if-index>2</if-index>
-          <system-if-index>2</system-if-index>
+          <system-if-index>1</system-if-index>
           <oper-state>up</oper-state>
           <protocol>isis mpls rsvp pim</protocol>
           <oper-ip-mtu>9000</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T09:57:28.3Z</last-oper-change>
+          <last-oper-change>2024-08-13T09:22:48.8Z</last-oper-change>
           <distributed-cpu-protection>
             <static-policer>
               <name>ICMP_LIMIT</name>
               <card>1</card>
-              <fp-number>1</fp-number>
+              <fp-number>3</fp-number>
+              <state>conform</state>
+              <exceed-count>0</exceed-count>
+              <hold-down-remain>none</hold-down-remain>
+              <detection-time-remain>0</detection-time-remain>
+              <total-exceed-count>0</total-exceed-count>
+              <exit-conform-state-count>0</exit-conform-state-count>
+            </static-policer>
+            <static-policer>
+              <name>ICMP_LIMIT</name>
+              <card>2</card>
+              <fp-number>3</fp-number>
               <state>conform</state>
               <exceed-count>0</exceed-count>
               <hold-down-remain>none</hold-down-remain>
@@ -188,53 +199,53 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>17459420</out-packets>
-              <out-octets>3407393702</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>2958598</in-packets>
-              <in-octets>335785704</in-octets>
+              <out-packets>1030270970601</out-packets>
+              <out-octets>1113271043929105</out-octets>
+              <out-discard-packets>3308339</out-discard-packets>
+              <out-discard-octets>282741878</out-discard-octets>
+              <in-packets>147356659</in-packets>
+              <in-octets>17263334401</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>2045</out-packets>
-              <out-octets>1700296</out-octets>
-              <in-packets>1616</in-packets>
-              <in-octets>1249297</in-octets>
+              <out-packets>513376552906</out-packets>
+              <out-octets>462861950845092</out-octets>
+              <in-packets>4906890319215</in-packets>
+              <in-octets>6001479964389056</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>52904</icmp-in-msgs>
-                <icmp-in-errors>46694</icmp-in-errors>
-                <icmp-in-dest-unreachables>46694</icmp-in-dest-unreachables>
+                <icmp-in-msgs>538251</icmp-in-msgs>
+                <icmp-in-errors>3037</icmp-in-errors>
+                <icmp-in-dest-unreachables>3014</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>6210</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
+                <icmp-in-echos>353295</icmp-in-echos>
+                <icmp-in-echo-replies>323</icmp-in-echo-replies>
+                <icmp-in-time-exceeds>23</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
+                <icmp-in-timestamps>181596</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>6211</icmp-out-msgs>
-                <icmp-out-errors>1</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
+                <icmp-out-msgs>213512213</icmp-out-msgs>
+                <icmp-out-errors>206548911</icmp-out-errors>
+                <icmp-out-dest-unreachables>531</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>6210</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>1</icmp-out-time-exceeds>
+                <icmp-out-echos>17577</icmp-out-echos>
+                <icmp-out-echo-replies>6945725</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>206548380</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
                 <icmp-out-address-masks>0</icmp-out-address-masks>
                 <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
                 <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>0</icmp-out-discards>
+                <icmp-out-discards>3308351</icmp-out-discards>
               </statistics>
             </icmp>
             <dhcp>
@@ -260,12 +271,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>16615399</out-packets>
-              <out-octets>3300321263</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>988977053963</out-packets>
+              <out-octets>1071409560566191</out-octets>
+              <out-discard-packets>3308339</out-discard-packets>
+              <out-discard-octets>282741878</out-discard-octets>
+              <in-packets>1242692122136</in-packets>
+              <in-octets>1038088860201487</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -274,16 +285,16 @@
               <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
             </statistics>
             <primary>
-              <oper-address>62.40.119.86</oper-address>
+              <oper-address>62.40.98.62</oper-address>
               <creation-origin>manual</creation-origin>
             </primary>
             <neighbor-discovery>
               <neighbor>
-                <ipv4-address>62.40.119.87</ipv4-address>
+                <ipv4-address>62.40.98.63</ipv4-address>
                 <oper-state>up</oper-state>
-                <mac-address>ae:4b:c8:46:29:72</mac-address>
+                <mac-address>a8:d0:e5:f7:5f:ce</mac-address>
                 <type>dynamic</type>
-                <timer>13163</timer>
+                <timer>13463</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -291,73 +302,82 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>17788</icmp6-in-msgs>
-                <icmp6-in-errors>166</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>166</icmp6-in-dest-unreachables>
+                <icmp6-in-msgs>880680</icmp6-in-msgs>
+                <icmp6-in-errors>88</icmp6-in-errors>
+                <icmp6-in-dest-unreachables>14</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
+                <icmp6-in-time-exceeds>72</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
-                <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>0</icmp6-in-echos>
+                <icmp6-in-pkt-too-bigs>2</icmp6-in-pkt-too-bigs>
+                <icmp6-in-echos>17432</icmp6-in-echos>
                 <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>1848</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>15774</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>27067</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>836069</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>17622</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
+                <icmp6-out-msgs>35618842</icmp6-out-msgs>
+                <icmp6-out-errors>32641120</icmp6-out-errors>
+                <icmp6-out-dest-unreachables>10812</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>32630308</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
+                <icmp6-out-echo-replies>2114196</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>15774</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>1848</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>836459</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>27067</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>0</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
                 <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
+                <icmp6-out-discards>939586</icmp6-out-discards>
               </statistics>
             </icmp6>
             <link-local-address>
-              <oper-address>fe80::9ee0:41ff:fe60:f929</oper-address>
+              <oper-address>fe80::82b9:46ff:fef2:2271</oper-address>
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>844021</out-packets>
-              <out-octets>107072439</out-octets>
+              <out-packets>41293916638</out-packets>
+              <out-octets>41861483362914</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <in-packets>7137114474</in-packets>
+              <in-octets>2714391872493</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
             <address>
-              <ipv6-address>2001:799:1ab:2::3d</ipv6-address>
+              <ipv6-address>2001:798:cc::69</ipv6-address>
               <address-state>preferred</address-state>
-              <oper-address>2001:799:1ab:2::3d</oper-address>
+              <oper-address>2001:798:cc::69</oper-address>
               <creation-origin>manual</creation-origin>
               <primary-preferred>true</primary-preferred>
             </address>
             <neighbor-discovery>
               <neighbor>
-                <ipv6-address>fe80::ae4b:c8ff:fe46:2972</ipv6-address>
+                <ipv6-address>2001:798:cc::6a</ipv6-address>
                 <state>reachable</state>
                 <is-router>true</is-router>
                 <mtu>9000</mtu>
-                <mac-address>ae:4b:c8:46:29:72</mac-address>
+                <mac-address>a8:d0:e5:f7:5f:ce</mac-address>
                 <type>dynamic</type>
-                <timer>13</timer>
+                <timer>16</timer>
+              </neighbor>
+              <neighbor>
+                <ipv6-address>fe80::aad0:e5ff:fef7:5fce</ipv6-address>
+                <state>reachable</state>
+                <is-router>true</is-router>
+                <mtu>9000</mtu>
+                <mac-address>a8:d0:e5:f7:5f:ce</mac-address>
+                <type>dynamic</type>
+                <timer>2</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv6>
@@ -365,12 +385,12 @@
         <interface>
           <interface-name>lag-2.0</interface-name>
           <if-index>3</if-index>
-          <system-if-index>3</system-if-index>
+          <system-if-index>2</system-if-index>
           <oper-state>up</oper-state>
           <protocol>isis mpls rsvp pim</protocol>
           <oper-ip-mtu>9000</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T09:57:28.3Z</last-oper-change>
+          <last-oper-change>2025-01-28T17:01:00.4Z</last-oper-change>
           <distributed-cpu-protection>
             <static-policer>
               <name>ICMP_LIMIT</name>
@@ -386,53 +406,53 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>186418</out-packets>
-              <out-octets>17279891</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>171833</in-packets>
-              <in-octets>13246928</in-octets>
+              <out-packets>1042333586212</out-packets>
+              <out-octets>979937447705716</out-octets>
+              <out-discard-packets>172028510</out-discard-packets>
+              <out-discard-octets>17697363999</out-discard-octets>
+              <in-packets>1302782195</in-packets>
+              <in-octets>158385729701</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>1788</out-packets>
-              <out-octets>1242133</out-octets>
-              <in-packets>2014</in-packets>
-              <in-octets>1703454</in-octets>
+              <out-packets>116056231388304</out-packets>
+              <out-octets>141494751853857214</out-octets>
+              <in-packets>87651298899740</in-packets>
+              <in-octets>100499571356880046</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>10</icmp-in-msgs>
-                <icmp-in-errors>10</icmp-in-errors>
-                <icmp-in-dest-unreachables>10</icmp-in-dest-unreachables>
+                <icmp-in-msgs>20471260</icmp-in-msgs>
+                <icmp-in-errors>69824</icmp-in-errors>
+                <icmp-in-dest-unreachables>69567</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>0</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
+                <icmp-in-echos>16016726</icmp-in-echos>
+                <icmp-in-echo-replies>807</icmp-in-echo-replies>
+                <icmp-in-time-exceeds>257</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
-                <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
+                <icmp-in-timestamps>4383901</icmp-in-timestamps>
+                <icmp-in-timestamp-replies>2</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
+                <icmp-out-msgs>657563634</icmp-out-msgs>
+                <icmp-out-errors>643065038</icmp-out-errors>
+                <icmp-out-dest-unreachables>94</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>0</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
+                <icmp-out-echos>11465</icmp-out-echos>
+                <icmp-out-echo-replies>14487131</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>643064944</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
                 <icmp-out-address-masks>0</icmp-out-address-masks>
                 <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
                 <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>0</icmp-out-discards>
+                <icmp-out-discards>217008171</icmp-out-discards>
               </statistics>
             </icmp>
             <dhcp>
@@ -458,12 +478,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>164711</out-packets>
-              <out-octets>14799044</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>1038216215769</out-packets>
+              <out-octets>979019158524890</out-octets>
+              <out-discard-packets>171712431</out-discard-packets>
+              <out-discard-octets>14852825835</out-discard-octets>
+              <in-packets>836389445825</in-packets>
+              <in-octets>949461011372689</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -472,16 +492,16 @@
               <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
             </statistics>
             <primary>
-              <oper-address>62.40.119.91</oper-address>
+              <oper-address>62.40.98.65</oper-address>
               <creation-origin>manual</creation-origin>
             </primary>
             <neighbor-discovery>
               <neighbor>
-                <ipv4-address>62.40.119.90</ipv4-address>
+                <ipv4-address>62.40.98.64</ipv4-address>
                 <oper-state>up</oper-state>
-                <mac-address>18:c3:00:91:fe:5a</mac-address>
+                <mac-address>80:b9:46:f2:0e:72</mac-address>
                 <type>dynamic</type>
-                <timer>2976</timer>
+                <timer>7273</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -489,80 +509,100 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>28</icmp6-in-msgs>
-                <icmp6-in-errors>0</icmp6-in-errors>
-                <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
+                <icmp6-in-msgs>7407196</icmp6-in-msgs>
+                <icmp6-in-errors>4816</icmp6-in-errors>
+                <icmp6-in-dest-unreachables>39</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
+                <icmp6-in-time-exceeds>4776</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
-                <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>0</icmp6-in-echos>
-                <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
+                <icmp6-in-pkt-too-bigs>1</icmp6-in-pkt-too-bigs>
+                <icmp6-in-echos>6363771</icmp6-in-echos>
+                <icmp6-in-echo-replies>10</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>15</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>13</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>521658</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>516890</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>28</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
+                <icmp6-out-msgs>90643273</icmp6-out-msgs>
+                <icmp6-out-errors>82409128</icmp6-out-errors>
+                <icmp6-out-dest-unreachables>485</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>82408621</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
-                <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
-                <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
+                <icmp6-out-pkt-too-bigs>22</icmp6-out-pkt-too-bigs>
+                <icmp6-out-echos>10</icmp6-out-echos>
+                <icmp6-out-echo-replies>5408285</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>13</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>15</icmp6-out-nbr-advertisements>
-                <icmp6-out-redirects>0</icmp6-out-redirects>
+                <icmp6-out-nbr-solicits>518033</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>521657</icmp6-out-nbr-advertisements>
+                <icmp6-out-redirects>1786160</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
                 <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
+                <icmp6-out-discards>40102265</icmp6-out-discards>
               </statistics>
             </icmp6>
             <link-local-address>
-              <oper-address>fe80::9ee0:41ff:fe60:f92a</oper-address>
+              <oper-address>fe80::82b9:46ff:fef2:2272</oper-address>
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>21707</out-packets>
-              <out-octets>2480847</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>4117370443</out-packets>
+              <out-octets>918289180826</out-octets>
+              <out-discard-packets>316079</out-discard-packets>
+              <out-discard-octets>2844538164</out-discard-octets>
+              <in-packets>25106563623</in-packets>
+              <in-octets>21084163464277</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
             <address>
-              <ipv6-address>2001:799:1ab:2::42</ipv6-address>
+              <ipv6-address>2001:798:cc:1::2a</ipv6-address>
               <address-state>preferred</address-state>
-              <oper-address>2001:799:1ab:2::42</oper-address>
+              <oper-address>2001:798:cc:1::2a</oper-address>
               <creation-origin>manual</creation-origin>
               <primary-preferred>true</primary-preferred>
             </address>
+            <neighbor-discovery>
+              <neighbor>
+                <ipv6-address>2001:798:cc:1::29</ipv6-address>
+                <state>reachable</state>
+                <is-router>true</is-router>
+                <mtu>9000</mtu>
+                <mac-address>80:b9:46:f2:0e:72</mac-address>
+                <type>dynamic</type>
+                <timer>21</timer>
+              </neighbor>
+              <neighbor>
+                <ipv6-address>fe80::82b9:46ff:fef2:e72</ipv6-address>
+                <state>delay</state>
+                <is-router>true</is-router>
+                <mtu>9000</mtu>
+                <mac-address>80:b9:46:f2:0e:72</mac-address>
+                <type>dynamic</type>
+                <timer>3</timer>
+              </neighbor>
+            </neighbor-discovery>
           </ipv6>
         </interface>
         <interface>
-          <interface-name>lag-3.0</interface-name>
+          <interface-name>lag-8.0</interface-name>
           <if-index>4</if-index>
-          <system-if-index>4</system-if-index>
+          <system-if-index>3</system-if-index>
           <oper-state>up</oper-state>
           <protocol>isis mpls rsvp pim</protocol>
           <oper-ip-mtu>9000</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T09:57:28.3Z</last-oper-change>
+          <last-oper-change>2024-09-10T08:12:08.2Z</last-oper-change>
           <distributed-cpu-protection>
             <static-policer>
               <name>ICMP_LIMIT</name>
-              <card>2</card>
-              <fp-number>1</fp-number>
+              <card>1</card>
+              <fp-number>2</fp-number>
               <state>conform</state>
               <exceed-count>0</exceed-count>
               <hold-down-remain>none</hold-down-remain>
@@ -573,53 +613,53 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>373018</out-packets>
-              <out-octets>27092765</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>362600</in-packets>
-              <in-octets>30254556</in-octets>
+              <out-packets>1115537495594</out-packets>
+              <out-octets>1157689800660238</out-octets>
+              <out-discard-packets>246050</out-discard-packets>
+              <out-discard-octets>1949918204</out-discard-octets>
+              <in-packets>601996936</in-packets>
+              <in-octets>83167106008</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <in-packets>228</in-packets>
-              <in-octets>35044</in-octets>
+              <out-packets>86307658935332</out-packets>
+              <out-octets>98999066586289352</out-octets>
+              <in-packets>111305729828293</in-packets>
+              <in-octets>135682653186707717</in-octets>
             </mpls>
           </statistics>
           <ipv4>
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>0</icmp-in-msgs>
-                <icmp-in-errors>0</icmp-in-errors>
-                <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
+                <icmp-in-msgs>9242888</icmp-in-msgs>
+                <icmp-in-errors>995</icmp-in-errors>
+                <icmp-in-dest-unreachables>73</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>0</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
+                <icmp-in-echos>7114567</icmp-in-echos>
+                <icmp-in-echo-replies>148</icmp-in-echo-replies>
+                <icmp-in-time-exceeds>922</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
+                <icmp-in-timestamps>2127178</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
-                <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>0</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
+                <icmp-out-msgs>149401947</icmp-out-msgs>
+                <icmp-out-errors>147039714</icmp-out-errors>
+                <icmp-out-dest-unreachables>3365</icmp-out-dest-unreachables>
+                <icmp-out-redirects>7513</icmp-out-redirects>
+                <icmp-out-echos>196268</icmp-out-echos>
+                <icmp-out-echo-replies>2158452</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>147036349</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
                 <icmp-out-address-masks>0</icmp-out-address-masks>
                 <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
                 <icmp-out-parm-problems>0</icmp-out-parm-problems>
-                <icmp-out-discards>0</icmp-out-discards>
+                <icmp-out-discards>597700</icmp-out-discards>
               </statistics>
             </icmp>
             <dhcp>
@@ -645,12 +685,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>350593</out-packets>
-              <out-octets>24561192</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>610998693439</out-packets>
+              <out-octets>494033233319841</out-octets>
+              <out-discard-packets>104129</out-discard-packets>
+              <out-discard-octets>672653453</out-discard-octets>
+              <in-packets>122665999940</in-packets>
+              <in-octets>55607513180484</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -659,16 +699,16 @@
               <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
             </statistics>
             <primary>
-              <oper-address>62.40.119.84</oper-address>
+              <oper-address>62.40.98.106</oper-address>
               <creation-origin>manual</creation-origin>
             </primary>
             <neighbor-discovery>
               <neighbor>
-                <ipv4-address>62.40.119.85</ipv4-address>
+                <ipv4-address>62.40.98.107</ipv4-address>
                 <oper-state>up</oper-state>
-                <mac-address>ae:4b:c8:46:29:98</mac-address>
+                <mac-address>00:31:26:69:df:80</mac-address>
                 <type>dynamic</type>
-                <timer>13206</timer>
+                <timer>5349</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv4>
@@ -676,91 +716,100 @@
             <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>1000</icmp6-in-msgs>
-                <icmp6-in-errors>0</icmp6-in-errors>
+                <icmp6-in-msgs>2493080</icmp6-in-msgs>
+                <icmp6-in-errors>198361</icmp6-in-errors>
                 <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
+                <icmp6-in-time-exceeds>198337</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
-                <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
-                <icmp6-in-echos>0</icmp6-in-echos>
-                <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
+                <icmp6-in-pkt-too-bigs>24</icmp6-in-pkt-too-bigs>
+                <icmp6-in-echos>1142853</icmp6-in-echos>
+                <icmp6-in-echo-replies>10</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>501</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>499</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>520262</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>612930</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>1000</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
-                <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
+                <icmp6-out-msgs>23803756</icmp6-out-msgs>
+                <icmp6-out-errors>22659538</icmp6-out-errors>
+                <icmp6-out-dest-unreachables>4</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>22659534</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
-                <icmp6-out-echos>0</icmp6-out-echos>
-                <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
+                <icmp6-out-echos>10</icmp6-out-echos>
+                <icmp6-out-echo-replies>4366</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>499</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>501</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>619580</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>520262</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>0</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
                 <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
-                <icmp6-out-discards>0</icmp6-out-discards>
+                <icmp6-out-discards>53624</icmp6-out-discards>
               </statistics>
             </icmp6>
             <link-local-address>
-              <oper-address>fe80::9ee0:41ff:fe60:f92b</oper-address>
+              <oper-address>fe80::82b9:46ff:fef2:2278</oper-address>
               <address-state>preferred</address-state>
             </link-local-address>
             <statistics>
-              <out-packets>22425</out-packets>
-              <out-octets>2531573</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>504538802155</out-packets>
+              <out-octets>663656567340397</out-octets>
+              <out-discard-packets>141921</out-discard-packets>
+              <out-discard-octets>1277264751</out-discard-octets>
+              <in-packets>11569093496</in-packets>
+              <in-octets>11043631341467</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
             <address>
-              <ipv6-address>2001:799:1ab:2::45</ipv6-address>
+              <ipv6-address>2001:798:cc:1::b9</ipv6-address>
               <address-state>preferred</address-state>
-              <oper-address>2001:799:1ab:2::45</oper-address>
+              <oper-address>2001:798:cc:1::b9</oper-address>
               <creation-origin>manual</creation-origin>
               <primary-preferred>true</primary-preferred>
             </address>
             <neighbor-discovery>
               <neighbor>
-                <ipv6-address>fe80::ae4b:c8ff:fe46:2998</ipv6-address>
-                <state>stale</state>
+                <ipv6-address>2001:798:cc:1::ba</ipv6-address>
+                <state>reachable</state>
                 <is-router>true</is-router>
                 <mtu>9000</mtu>
-                <mac-address>ae:4b:c8:46:29:98</mac-address>
+                <mac-address>00:31:26:69:df:80</mac-address>
                 <type>dynamic</type>
-                <timer>13879</timer>
+                <timer>11</timer>
+              </neighbor>
+              <neighbor>
+                <ipv6-address>fe80::231:26ff:fe69:df80</ipv6-address>
+                <state>reachable</state>
+                <is-router>true</is-router>
+                <mtu>9000</mtu>
+                <mac-address>00:31:26:69:df:80</mac-address>
+                <type>dynamic</type>
+                <timer>7</timer>
               </neighbor>
             </neighbor-discovery>
           </ipv6>
         </interface>
         <interface>
-          <interface-name>guy</interface-name>
-          <if-index>6</if-index>
-          <system-if-index>1</system-if-index>
-          <oper-state>lower-layer-down</oper-state>
-          <protocol/>
-          <oper-ip-mtu>1500</oper-ip-mtu>
+          <interface-name>lag-6.0</interface-name>
+          <if-index>5</if-index>
+          <system-if-index>4</system-if-index>
+          <oper-state>up</oper-state>
+          <protocol>isis mpls rsvp pim</protocol>
+          <oper-ip-mtu>9000</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T04:49:43.2Z</last-oper-change>
+          <last-oper-change>2025-01-22T22:16:21.5Z</last-oper-change>
           <distributed-cpu-protection>
             <static-policer>
               <name>ICMP_LIMIT</name>
               <card>1</card>
-              <fp-number>2</fp-number>
+              <fp-number>1</fp-number>
               <state>conform</state>
               <exceed-count>0</exceed-count>
               <hold-down-remain>none</hold-down-remain>
@@ -771,47 +820,46 @@
           </distributed-cpu-protection>
           <statistics>
             <ip>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>2623197180</out-packets>
+              <out-octets>1186610163293</out-octets>
+              <out-discard-packets>8</out-discard-packets>
+              <out-discard-octets>648</out-discard-octets>
+              <in-packets>23697793</in-packets>
+              <in-octets>3831412199</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
             <mpls>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>6263667522</out-packets>
+              <out-octets>5082469092007</out-octets>
+              <in-packets>12355343095</in-packets>
+              <in-octets>6216959396096</in-octets>
             </mpls>
           </statistics>
           <ipv4>
-            <oper-state>down</oper-state>
-            <down-reason>port-down</down-reason>
+            <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>0</icmp-in-msgs>
-                <icmp-in-errors>0</icmp-in-errors>
-                <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
+                <icmp-in-msgs>364120</icmp-in-msgs>
+                <icmp-in-errors>9</icmp-in-errors>
+                <icmp-in-dest-unreachables>3</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>0</icmp-in-echos>
-                <icmp-in-echo-replies>0</icmp-in-echo-replies>
-                <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
+                <icmp-in-echos>707</icmp-in-echos>
+                <icmp-in-echo-replies>11</icmp-in-echo-replies>
+                <icmp-in-time-exceeds>6</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
-                <icmp-in-timestamps>0</icmp-in-timestamps>
+                <icmp-in-timestamps>363393</icmp-in-timestamps>
                 <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
-                <icmp-out-errors>0</icmp-out-errors>
-                <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
+                <icmp-out-msgs>112138</icmp-out-msgs>
+                <icmp-out-errors>111250</icmp-out-errors>
+                <icmp-out-dest-unreachables>155</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
-                <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>0</icmp-out-echo-replies>
-                <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
+                <icmp-out-echos>222</icmp-out-echos>
+                <icmp-out-echo-replies>666</icmp-out-echo-replies>
+                <icmp-out-time-exceeds>111095</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
                 <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
@@ -844,12 +892,12 @@
               </statistics>
             </dhcp>
             <statistics>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
-              <out-discard-packets>0</out-discard-packets>
-              <out-discard-octets>0</out-discard-octets>
-              <in-packets>0</in-packets>
-              <in-octets>0</in-octets>
+              <out-packets>2343283654</out-packets>
+              <out-octets>1157119205161</out-octets>
+              <out-discard-packets>8</out-discard-packets>
+              <out-discard-octets>648</out-discard-octets>
+              <in-packets>820811365</in-packets>
+              <in-octets>136595658235</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
               <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
@@ -858,45 +906,53 @@
               <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
             </statistics>
             <primary>
-              <oper-address>10.211.101.1</oper-address>
+              <oper-address>62.40.98.19</oper-address>
               <creation-origin>manual</creation-origin>
             </primary>
+            <neighbor-discovery>
+              <neighbor>
+                <ipv4-address>62.40.98.18</ipv4-address>
+                <oper-state>up</oper-state>
+                <mac-address>e4:5d:37:87:11:70</mac-address>
+                <type>dynamic</type>
+                <timer>13484</timer>
+              </neighbor>
+            </neighbor-discovery>
           </ipv4>
           <ipv6>
-            <oper-state>down</oper-state>
-            <down-reason>protocol-down</down-reason>
+            <oper-state>up</oper-state>
             <icmp6>
               <statistics>
-                <icmp6-in-msgs>0</icmp6-in-msgs>
-                <icmp6-in-errors>0</icmp6-in-errors>
+                <icmp6-in-msgs>445604</icmp6-in-msgs>
+                <icmp6-in-errors>5</icmp6-in-errors>
                 <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
                 <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
-                <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
+                <icmp6-in-time-exceeds>5</icmp6-in-time-exceeds>
                 <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
                 <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
                 <icmp6-in-echos>0</icmp6-in-echos>
                 <icmp6-in-echo-replies>0</icmp6-in-echo-replies>
                 <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
                 <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
-                <icmp6-in-nbr-solicits>0</icmp6-in-nbr-solicits>
-                <icmp6-in-nbr-advertisements>0</icmp6-in-nbr-advertisements>
+                <icmp6-in-nbr-solicits>11554</icmp6-in-nbr-solicits>
+                <icmp6-in-nbr-advertisements>434045</icmp6-in-nbr-advertisements>
                 <icmp6-in-redirects>0</icmp6-in-redirects>
                 <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
                 <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
                 <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
-                <icmp6-out-msgs>0</icmp6-out-msgs>
-                <icmp6-out-errors>0</icmp6-out-errors>
+                <icmp6-out-msgs>485974</icmp6-out-msgs>
+                <icmp6-out-errors>39388</icmp6-out-errors>
                 <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
                 <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
-                <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
+                <icmp6-out-time-exceeds>39388</icmp6-out-time-exceeds>
                 <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
                 <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
                 <icmp6-out-echos>0</icmp6-out-echos>
                 <icmp6-out-echo-replies>0</icmp6-out-echo-replies>
                 <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
                 <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
-                <icmp6-out-nbr-solicits>0</icmp6-out-nbr-solicits>
-                <icmp6-out-nbr-advertisements>0</icmp6-out-nbr-advertisements>
+                <icmp6-out-nbr-solicits>435032</icmp6-out-nbr-solicits>
+                <icmp6-out-nbr-advertisements>11554</icmp6-out-nbr-advertisements>
                 <icmp6-out-redirects>0</icmp6-out-redirects>
                 <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
                 <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
@@ -904,9 +960,13 @@
                 <icmp6-out-discards>0</icmp6-out-discards>
               </statistics>
             </icmp6>
+            <link-local-address>
+              <oper-address>fe80::82b9:46ff:fef2:2276</oper-address>
+              <address-state>preferred</address-state>
+            </link-local-address>
             <statistics>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
+              <out-packets>279913526</out-packets>
+              <out-octets>29490958132</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
               <in-packets>0</in-packets>
@@ -914,6 +974,33 @@
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </statistics>
+            <address>
+              <ipv6-address>2001:798:cc::16</ipv6-address>
+              <address-state>preferred</address-state>
+              <oper-address>2001:798:cc::16</oper-address>
+              <creation-origin>manual</creation-origin>
+              <primary-preferred>true</primary-preferred>
+            </address>
+            <neighbor-discovery>
+              <neighbor>
+                <ipv6-address>2001:798:cc::15</ipv6-address>
+                <state>stale</state>
+                <is-router>true</is-router>
+                <mtu>9000</mtu>
+                <mac-address>e4:5d:37:87:11:70</mac-address>
+                <type>dynamic</type>
+                <timer>14209</timer>
+              </neighbor>
+              <neighbor>
+                <ipv6-address>fe80::e65d:37ff:fe87:1170</ipv6-address>
+                <state>reachable</state>
+                <is-router>true</is-router>
+                <mtu>9000</mtu>
+                <mac-address>e4:5d:37:87:11:70</mac-address>
+                <type>dynamic</type>
+                <timer>19</timer>
+              </neighbor>
+            </neighbor-discovery>
           </ipv6>
         </interface>
       </router>
@@ -927,15 +1014,15 @@
           <protocol/>
           <oper-ip-mtu>1500</oper-ip-mtu>
           <creation-origin>manual</creation-origin>
-          <last-oper-change>2024-04-04T12:54:59.1Z</last-oper-change>
+          <last-oper-change>2024-06-24T08:48:05.7Z</last-oper-change>
           <statistics>
             <ip>
-              <out-packets>0</out-packets>
-              <out-octets>0</out-octets>
+              <out-packets>2</out-packets>
+              <out-octets>168</out-octets>
               <out-discard-packets>0</out-discard-packets>
               <out-discard-octets>0</out-discard-octets>
-              <in-packets>7475</in-packets>
-              <in-octets>493198</in-octets>
+              <in-packets>8</in-packets>
+              <in-octets>556</in-octets>
               <urpf-check-fail-packets>0</urpf-check-fail-packets>
               <urpf-check-fail-octets>0</urpf-check-fail-octets>
             </ip>
@@ -944,11 +1031,11 @@
             <oper-state>up</oper-state>
             <icmp>
               <statistics>
-                <icmp-in-msgs>0</icmp-in-msgs>
+                <icmp-in-msgs>2</icmp-in-msgs>
                 <icmp-in-errors>0</icmp-in-errors>
                 <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
                 <icmp-in-redirects>0</icmp-in-redirects>
-                <icmp-in-echos>0</icmp-in-echos>
+                <icmp-in-echos>2</icmp-in-echos>
                 <icmp-in-echo-replies>0</icmp-in-echo-replies>
                 <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
                 <icmp-in-src-quenches>0</icmp-in-src-quenches>
@@ -957,12 +1044,12 @@
                 <icmp-in-address-masks>0</icmp-in-address-masks>
                 <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
                 <icmp-in-parm-problems>0</icmp-in-parm-problems>
-                <icmp-out-msgs>0</icmp-out-msgs>
+                <icmp-out-msgs>2</icmp-out-msgs>
                 <icmp-out-errors>0</icmp-out-errors>
                 <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
                 <icmp-out-redirects>0</icmp-out-redirects>
                 <icmp-out-echos>0</icmp-out-echos>
-                <icmp-out-echo-replies>0</icmp-out-echo-replies>
+                <icmp-out-echo-replies>2</icmp-out-echo-replies>
                 <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
                 <icmp-out-src-quenches>0</icmp-out-src-quenches>
                 <icmp-out-timestamps>0</icmp-out-timestamps>
@@ -974,7 +1061,7 @@
               </statistics>
             </icmp>
             <primary>
-              <oper-address>172.16.254.32</oper-address>
+              <oper-address>172.16.254.11</oper-address>
               <creation-origin>manual</creation-origin>
             </primary>
           </ipv4>
@@ -1025,4 +1112,4 @@
       </router>
     </state>
   </data>
-</rpc-reply>
+</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/data/rt0.lon2.uk.geant.net-vprns.xml b/test/interface_stats/data/rt0.lon2.uk.geant.net-vprns.xml
new file mode 100644
index 0000000000000000000000000000000000000000..af72d97085e3b456fc7fc6feb2167b41b80dcfb1
--- /dev/null
+++ b/test/interface_stats/data/rt0.lon2.uk.geant.net-vprns.xml
@@ -0,0 +1,832 @@
+<rpc-reply message-id="urn:uuid:33e001ec-4a1f-4a0e-b152-93fcd332bc86">
+  <data>
+    <state>
+      <service>
+        <vprn>
+          <service-name>LHCONE_L3VPN</service-name>
+          <interface>
+            <interface-name>lag-20.111</interface-name>
+            <if-index>7</if-index>
+            <system-if-index>258</system-if-index>
+            <oper-state>up</oper-state>
+            <mcast-net-domain-egr>not-applicable</mcast-net-domain-egr>
+            <protocol/>
+            <oper-ip-mtu>9000</oper-ip-mtu>
+            <creation-origin>manual</creation-origin>
+            <last-oper-change>2025-01-28T17:08:21.2Z</last-oper-change>
+            <ipv4>
+              <oper-state>up</oper-state>
+              <icmp>
+                <statistics>
+                  <icmp-in-msgs>1007</icmp-in-msgs>
+                  <icmp-in-errors>0</icmp-in-errors>
+                  <icmp-in-dest-unreachables>0</icmp-in-dest-unreachables>
+                  <icmp-in-redirects>0</icmp-in-redirects>
+                  <icmp-in-echos>2</icmp-in-echos>
+                  <icmp-in-echo-replies>1005</icmp-in-echo-replies>
+                  <icmp-in-time-exceeds>0</icmp-in-time-exceeds>
+                  <icmp-in-src-quenches>0</icmp-in-src-quenches>
+                  <icmp-in-timestamps>0</icmp-in-timestamps>
+                  <icmp-in-timestamp-replies>0</icmp-in-timestamp-replies>
+                  <icmp-in-address-masks>0</icmp-in-address-masks>
+                  <icmp-in-address-mask-replies>0</icmp-in-address-mask-replies>
+                  <icmp-in-parm-problems>0</icmp-in-parm-problems>
+                  <icmp-out-msgs>1007</icmp-out-msgs>
+                  <icmp-out-errors>0</icmp-out-errors>
+                  <icmp-out-dest-unreachables>0</icmp-out-dest-unreachables>
+                  <icmp-out-redirects>0</icmp-out-redirects>
+                  <icmp-out-echos>1005</icmp-out-echos>
+                  <icmp-out-echo-replies>2</icmp-out-echo-replies>
+                  <icmp-out-time-exceeds>0</icmp-out-time-exceeds>
+                  <icmp-out-src-quenches>0</icmp-out-src-quenches>
+                  <icmp-out-timestamps>0</icmp-out-timestamps>
+                  <icmp-out-timestamp-replies>0</icmp-out-timestamp-replies>
+                  <icmp-out-address-masks>0</icmp-out-address-masks>
+                  <icmp-out-address-mask-replies>0</icmp-out-address-mask-replies>
+                  <icmp-out-parm-problems>0</icmp-out-parm-problems>
+                  <icmp-out-discards>0</icmp-out-discards>
+                </statistics>
+              </icmp>
+              <primary>
+                <oper-address>62.40.126.72</oper-address>
+                <creation-origin>manual</creation-origin>
+              </primary>
+              <neighbor-discovery>
+                <neighbor>
+                  <ipv4-address>62.40.126.73</ipv4-address>
+                  <oper-state>up</oper-state>
+                  <mac-address>56:4b:8c:8a:84:11</mac-address>
+                  <type>dynamic</type>
+                  <timer>13489</timer>
+                </neighbor>
+              </neighbor-discovery>
+              <dhcp>
+                <lease-populate>
+                  <current-lease-states>0</current-lease-states>
+                </lease-populate>
+                <statistics>
+                  <total-rx-packets>
+                    <received>0</received>
+                    <malformed>0</malformed>
+                    <untrusted>0</untrusted>
+                  </total-rx-packets>
+                  <total-tx-packets>
+                    <transmitted>0</transmitted>
+                  </total-tx-packets>
+                  <client-packets>
+                    <dropped>0</dropped>
+                    <relayed>0</relayed>
+                    <snooped>0</snooped>
+                    <proxied>
+                      <radius>0</radius>
+                      <lease-split>0</lease-split>
+                    </proxied>
+                  </client-packets>
+                  <server-packets>
+                    <dropped>0</dropped>
+                    <relayed>0</relayed>
+                    <snooped>0</snooped>
+                  </server-packets>
+                  <spoofed-packets>
+                    <release>0</release>
+                    <force-renews>0</force-renews>
+                  </spoofed-packets>
+                </statistics>
+              </dhcp>
+              <statistics>
+                <out-packets>8163792936</out-packets>
+                <out-octets>10136398416198</out-octets>
+                <out-discard-packets>0</out-discard-packets>
+                <out-discard-octets>0</out-discard-octets>
+                <in-packets>0</in-packets>
+                <in-octets>0</in-octets>
+                <urpf-check-fail-packets>0</urpf-check-fail-packets>
+                <urpf-check-fail-octets>0</urpf-check-fail-octets>
+                <out-discard-dbcast-packets>0</out-discard-dbcast-packets>
+                <out-discard-dbcast-octets>0</out-discard-dbcast-octets>
+                <in-ip-helper-redirects-packets>0</in-ip-helper-redirects-packets>
+                <in-ip-helper-redirects-octets>0</in-ip-helper-redirects-octets>
+              </statistics>
+            </ipv4>
+            <sap>
+              <sap-id>lag-20:111</sap-id>
+              <oper-state>up</oper-state>
+              <oper-flags/>
+              <mirror-state>disabled</mirror-state>
+              <template-used/>
+              <oper-dist-cpu-prot-policy>_default-access-policy</oper-dist-cpu-prot-policy>
+              <statistics>
+                <authentication>
+                  <discarded-packets>0</discarded-packets>
+                  <success-packets>0</success-packets>
+                </authentication>
+              </statistics>
+              <ingress>
+                <qos>
+                  <sap-ingress>
+                    <forwarding-engine>
+                      <statistics>
+                        <dropped-packets>47318</dropped-packets>
+                        <dropped-octets>47481045</dropped-octets>
+                        <received-valid-packets>210780045210</received-valid-packets>
+                        <received-valid-octets>313143055741517</received-valid-octets>
+                        <high-priority-offered-packets>0</high-priority-offered-packets>
+                        <high-priority-offered-octets>0</high-priority-offered-octets>
+                        <low-priority-offered-packets>210833743098</low-priority-offered-packets>
+                        <low-priority-offered-octets>313223340129106</low-priority-offered-octets>
+                        <uncolor-offered-packets>0</uncolor-offered-packets>
+                        <uncolor-offered-octets>0</uncolor-offered-octets>
+                        <managed-offered-packets>0</managed-offered-packets>
+                        <managed-offered-octets>0</managed-offered-octets>
+                        <aggregate-offered-packets>210833743098</aggregate-offered-packets>
+                        <aggregate-offered-octets>313223340129106</aggregate-offered-octets>
+                        <last-cleared-time>2024-04-24T14:32:17.9Z</last-cleared-time>
+                      </statistics>
+                    </forwarding-engine>
+                    <traffic-manager>
+                      <statistics>
+                        <cpm-packets>32015</cpm-packets>
+                        <cpm-octets>2691025</cpm-octets>
+                        <high-priority-dropped-packets>0</high-priority-dropped-packets>
+                        <high-priority-dropped-octets>0</high-priority-dropped-octets>
+                        <low-priority-dropped-packets>0</low-priority-dropped-packets>
+                        <low-priority-dropped-octets>0</low-priority-dropped-octets>
+                        <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
+                        <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
+                        <out-profile-forwarded-packets>210833743077</out-profile-forwarded-packets>
+                        <out-profile-forwarded-octets>313223340098572</out-profile-forwarded-octets>
+                        <aggregate-forwarded-packets>210833743077</aggregate-forwarded-packets>
+                        <aggregate-forwarded-octets>313223340098572</aggregate-forwarded-octets>
+                        <aggregate-dropped-packets>0</aggregate-dropped-packets>
+                        <aggregate-dropped-octets>0</aggregate-dropped-octets>
+                        <last-cleared-time>2024-04-24T14:32:17.9Z</last-cleared-time>
+                      </statistics>
+                    </traffic-manager>
+                    <queue>
+                      <queue-id>1</queue-id>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/1</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c11/2</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/1</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>1</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>2</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>1920</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>1</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-tap-offset>1</source-tap-offset>
+                        <source-port>1/1/c12/2</source-port>
+                        <dest-card>2</dest-card>
+                        <dest-fp>3</dest-fp>
+                        <dest-tap-offset>1</dest-tap-offset>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <adapted-admin-cbs>0</adapted-admin-cbs>
+                        <operational-mbs>125829120</operational-mbs>
+                        <depth>0</depth>
+                        <operational-cir>0</operational-cir>
+                        <operational-fir>0</operational-fir>
+                        <operational-pir>max</operational-pir>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                      </hardware-queue>
+                      <statistics>
+                        <unicast-priority>
+                          <high-priority-offered-packets>0</high-priority-offered-packets>
+                          <high-priority-offered-octets>0</high-priority-offered-octets>
+                          <low-priority-offered-packets>210833743098</low-priority-offered-packets>
+                          <low-priority-offered-octets>313223340129106</low-priority-offered-octets>
+                          <high-priority-dropped-packets>0</high-priority-dropped-packets>
+                          <high-priority-dropped-octets>0</high-priority-dropped-octets>
+                          <low-priority-dropped-packets>0</low-priority-dropped-packets>
+                          <low-priority-dropped-octets>0</low-priority-dropped-octets>
+                          <in-profile-forwarded-packets>0</in-profile-forwarded-packets>
+                          <in-profile-forwarded-octets>0</in-profile-forwarded-octets>
+                          <out-profile-forwarded-packets>210833743077</out-profile-forwarded-packets>
+                          <out-profile-forwarded-octets>313223340098572</out-profile-forwarded-octets>
+                        </unicast-priority>
+                      </statistics>
+                    </queue>
+                  </sap-ingress>
+                </qos>
+              </ingress>
+              <egress>
+                <qos>
+                  <sap-egress>
+                    <traffic-manager>
+                      <statistics>
+                        <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                        <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                        <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                        <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                        <in-inplus-profile-forwarded-packets>148640</in-inplus-profile-forwarded-packets>
+                        <in-inplus-profile-forwarded-octets>46437788</in-inplus-profile-forwarded-octets>
+                        <out-exceed-profile-forwarded-packets>198592319950</out-exceed-profile-forwarded-packets>
+                        <out-exceed-profile-forwarded-octets>293036371861155</out-exceed-profile-forwarded-octets>
+                        <aggregate-forwarded-packets>198592468590</aggregate-forwarded-packets>
+                        <aggregate-forwarded-octets>293036418298943</aggregate-forwarded-octets>
+                        <aggregate-dropped-packets>0</aggregate-dropped-packets>
+                        <aggregate-dropped-octets>0</aggregate-dropped-octets>
+                        <last-cleared-time>2024-04-24T14:32:17.9Z</last-cleared-time>
+                      </statistics>
+                    </traffic-manager>
+                    <queue>
+                      <queue-id>1</queue-id>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c11/1</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c11/2</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c12/1</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <hardware-queue>
+                        <source-card>1</source-card>
+                        <source-fp>2</source-fp>
+                        <source-port>1/1/c12/2</source-port>
+                        <adapted-admin-mbs>125829120</adapted-admin-mbs>
+                        <exceed-droptail>99614720</exceed-droptail>
+                        <high-droptail>125829120</high-droptail>
+                        <high-plus-droptail>125829120</high-plus-droptail>
+                        <low-droptail>112721920</low-droptail>
+                        <operational-cbs>0</operational-cbs>
+                        <operational-cir>0</operational-cir>
+                        <operational-mbs>125829120</operational-mbs>
+                        <operational-pir>max</operational-pir>
+                        <depth>0</depth>
+                        <operational-exceed-burst>max</operational-exceed-burst>
+                        <operational-max-transmit-data-size>20480</operational-max-transmit-data-size>
+                        <operational-burst-fir>0</operational-burst-fir>
+                        <exceed-slope>
+                          <current-probability>0</current-probability>
+                        </exceed-slope>
+                        <high-slope>
+                          <current-probability>0</current-probability>
+                        </high-slope>
+                        <high-plus-slope>
+                          <current-probability>0</current-probability>
+                        </high-plus-slope>
+                        <low-slope>
+                          <current-probability>0</current-probability>
+                        </low-slope>
+                      </hardware-queue>
+                      <statistics>
+                        <profile>
+                          <in-inplus-profile-forwarded-packets>148640</in-inplus-profile-forwarded-packets>
+                          <in-inplus-profile-forwarded-octets>46437788</in-inplus-profile-forwarded-octets>
+                          <out-exceed-profile-forwarded-packets>198592319950</out-exceed-profile-forwarded-packets>
+                          <out-exceed-profile-forwarded-octets>293036371861155</out-exceed-profile-forwarded-octets>
+                          <in-inplus-profile-dropped-packets>0</in-inplus-profile-dropped-packets>
+                          <in-inplus-profile-dropped-octets>0</in-inplus-profile-dropped-octets>
+                          <out-exceed-profile-dropped-packets>0</out-exceed-profile-dropped-packets>
+                          <out-exceed-profile-dropped-octets>0</out-exceed-profile-dropped-octets>
+                        </profile>
+                      </statistics>
+                    </queue>
+                  </sap-egress>
+                </qos>
+              </egress>
+              <lag>
+                <active-port/>
+                <per-link-hash-oper>
+                  <class>1</class>
+                  <weight>1</weight>
+                  <is-overriden>false</is-overriden>
+                </per-link-hash-oper>
+              </lag>
+            </sap>
+            <ipv6>
+              <oper-state>up</oper-state>
+              <icmp6>
+                <statistics>
+                  <icmp6-in-msgs>6386</icmp6-in-msgs>
+                  <icmp6-in-errors>0</icmp6-in-errors>
+                  <icmp6-in-dest-unreachables>0</icmp6-in-dest-unreachables>
+                  <icmp6-in-admin-prohibs>0</icmp6-in-admin-prohibs>
+                  <icmp6-in-time-exceeds>0</icmp6-in-time-exceeds>
+                  <icmp6-in-parm-problems>0</icmp6-in-parm-problems>
+                  <icmp6-in-pkt-too-bigs>0</icmp6-in-pkt-too-bigs>
+                  <icmp6-in-echos>2</icmp6-in-echos>
+                  <icmp6-in-echo-replies>1005</icmp6-in-echo-replies>
+                  <icmp6-in-rtr-solicits>0</icmp6-in-rtr-solicits>
+                  <icmp6-in-rtr-advertisements>0</icmp6-in-rtr-advertisements>
+                  <icmp6-in-nbr-solicits>644</icmp6-in-nbr-solicits>
+                  <icmp6-in-nbr-advertisements>4735</icmp6-in-nbr-advertisements>
+                  <icmp6-in-redirects>0</icmp6-in-redirects>
+                  <icmp6-in-grp-memb-queries>0</icmp6-in-grp-memb-queries>
+                  <icmp6-in-grp-memb-repsonses>0</icmp6-in-grp-memb-repsonses>
+                  <icmp6-in-grp-memb-reductions>0</icmp6-in-grp-memb-reductions>
+                  <icmp6-out-msgs>6388</icmp6-out-msgs>
+                  <icmp6-out-errors>0</icmp6-out-errors>
+                  <icmp6-out-dest-unreachables>0</icmp6-out-dest-unreachables>
+                  <icmp6-out-admin-prohibs>0</icmp6-out-admin-prohibs>
+                  <icmp6-out-time-exceeds>0</icmp6-out-time-exceeds>
+                  <icmp6-out-parm-problems>0</icmp6-out-parm-problems>
+                  <icmp6-out-pkt-too-bigs>0</icmp6-out-pkt-too-bigs>
+                  <icmp6-out-echos>1005</icmp6-out-echos>
+                  <icmp6-out-echo-replies>2</icmp6-out-echo-replies>
+                  <icmp6-out-rtr-solicits>0</icmp6-out-rtr-solicits>
+                  <icmp6-out-rtr-advertisements>0</icmp6-out-rtr-advertisements>
+                  <icmp6-out-nbr-solicits>4737</icmp6-out-nbr-solicits>
+                  <icmp6-out-nbr-advertisements>644</icmp6-out-nbr-advertisements>
+                  <icmp6-out-redirects>0</icmp6-out-redirects>
+                  <icmp6-out-grp-memb-queries>0</icmp6-out-grp-memb-queries>
+                  <icmp6-out-grp-memb-responses>0</icmp6-out-grp-memb-responses>
+                  <icmp6-out-grp-memb-reductions>0</icmp6-out-grp-memb-reductions>
+                  <icmp6-out-discards>0</icmp6-out-discards>
+                </statistics>
+              </icmp6>
+              <link-local-address>
+                <oper-address>fe80::7f:3932:e867:72ec</oper-address>
+                <address-state>preferred</address-state>
+              </link-local-address>
+              <address>
+                <ipv6-address>2001:798:111:1::101</ipv6-address>
+                <address-state>preferred</address-state>
+                <oper-address>2001:798:111:1::101</oper-address>
+                <creation-origin>manual</creation-origin>
+                <primary-preferred>true</primary-preferred>
+              </address>
+              <dhcp6>
+                <relay>
+                  <oper-state>down</oper-state>
+                  <current-lease-states>0</current-lease-states>
+                  <server-lease-states>0</server-lease-states>
+                </relay>
+                <server>
+                  <current-server-lease-states>0</current-server-lease-states>
+                </server>
+              </dhcp6>
+              <neighbor-discovery>
+                <neighbor>
+                  <ipv6-address>2001:798:111:1::102</ipv6-address>
+                  <state>reachable</state>
+                  <is-router>true</is-router>
+                  <mtu>9000</mtu>
+                  <mac-address>56:4b:8c:8a:84:11</mac-address>
+                  <type>dynamic</type>
+                  <timer>21</timer>
+                </neighbor>
+                <neighbor>
+                  <ipv6-address>fe80::564b:8c00:6f8a:8411</ipv6-address>
+                  <state>stale</state>
+                  <is-router>false</is-router>
+                  <mtu>9000</mtu>
+                  <mac-address>56:4b:8c:8a:84:11</mac-address>
+                  <type>dynamic</type>
+                  <timer>13493</timer>
+                </neighbor>
+              </neighbor-discovery>
+              <statistics>
+                <out-packets>190411919977</out-packets>
+                <out-octets>282874766361809</out-octets>
+                <out-discard-packets>0</out-discard-packets>
+                <out-discard-octets>0</out-discard-octets>
+                <in-packets>0</in-packets>
+                <in-octets>0</in-octets>
+                <urpf-check-fail-packets>0</urpf-check-fail-packets>
+                <urpf-check-fail-octets>0</urpf-check-fail-octets>
+              </statistics>
+            </ipv6>
+            <statistics>
+              <ip>
+                <out-packets>198575712913</out-packets>
+                <out-octets>293011164778007</out-octets>
+                <out-discard-packets>0</out-discard-packets>
+                <out-discard-octets>0</out-discard-octets>
+                <in-packets>210834065575</in-packets>
+                <in-octets>313223779563846</in-octets>
+                <urpf-check-fail-packets>0</urpf-check-fail-packets>
+                <urpf-check-fail-octets>0</urpf-check-fail-octets>
+              </ip>
+            </statistics>
+          </interface>
+        </vprn>
+      </service>
+    </state>
+  </data>
+</rpc-reply>
\ No newline at end of file
diff --git a/test/interface_stats/test_interface_stats.py b/test/interface_stats/test_interface_stats.py
index 480330726cb6e4d7569835fac2d7118402fde58a..c5ada9c2a876f4395c77bc95f9746599f0d94f4d 100644
--- a/test/interface_stats/test_interface_stats.py
+++ b/test/interface_stats/test_interface_stats.py
@@ -22,11 +22,9 @@ def test_sanity_check_juniper_snapshot_data(juniper_inventory, all_juniper_route
 
 
 def test_sanity_check_nokia_snapshot_data(all_nokia_routers):
-    # TODO: update this once we have Nokia routers in inventory provider
     assert set(all_nokia_routers) == {
-        "rt0.ams.nl.lab.office.geant.net",
-        "rt0.lon.uk.lab.office.geant.net",
         "rt0.ams.nl.geant.net",
+        "rt0.lon2.uk.geant.net",
     }
 
 
diff --git a/test/interface_stats/test_nokia.py b/test/interface_stats/test_nokia.py
index cdb4d06de3df0d179a9bcdf332cbd26ad99c7a60..6bffba144f461d88bc9cd60940129c170c5ef562 100644
--- a/test/interface_stats/test_nokia.py
+++ b/test/interface_stats/test_nokia.py
@@ -219,10 +219,10 @@ def test_validate_interface_counters_and_influx_points_for_all_nokia_routers(
 
 
 def test_processes_specific_interfaces(get_netconf, caplog):
-    doc = get_netconf("rt0.lon.uk.lab.office.geant.net")
-    interfaces = ["1/1/c1", "lag-1", "lag-1.0"]
+    doc = get_netconf("rt0.lon2.uk.geant.net")
+    interfaces = ["1/1/c1", "lag-1", "lag-1.0", "lag-20", "lag-20.1", "lag-20.111"]
     result = list(nokia.interface_counters(doc, interfaces=interfaces))
-    assert len(result) == 3
+    assert len(result) == 6
     assert all(isinstance(i, dict) for i in result)
     assert not [r for r in caplog.records if r.levelname in ("ERROR", "WARNING")]
 
@@ -254,7 +254,7 @@ class TestGetNokiaNetconf:
         nokia.get_netconf_interface_info(router_name, ssh_params={"some": "param"})
 
         calls = mocked_connection().__enter__().get.call_args_list
-        assert len(calls) == 3
+        assert len(calls) == 5
 
         def _get_element_tags(call):
             elems = call[1]["filter"].iter()
@@ -281,6 +281,20 @@ class TestGetNokiaNetconf:
             "{urn:nokia.com:sros:ns:yang:sr:state}router",
             "{urn:nokia.com:sros:ns:yang:sr:state}interface",
         ]
+        assert _get_element_tags(calls[3]) == [
+            "filter",
+            "{urn:nokia.com:sros:ns:yang:sr:state}state",
+            "{urn:nokia.com:sros:ns:yang:sr:state}service",
+            "{urn:nokia.com:sros:ns:yang:sr:state}vprn",
+            "{urn:nokia.com:sros:ns:yang:sr:state}interface",
+        ]
+        assert _get_element_tags(calls[4]) == [
+            "filter",
+            "{urn:nokia.com:sros:ns:yang:sr:state}state",
+            "{urn:nokia.com:sros:ns:yang:sr:state}service",
+            "{urn:nokia.com:sros:ns:yang:sr:state}ies",
+            "{urn:nokia.com:sros:ns:yang:sr:state}interface",
+        ]
 
     def test_converts_rpc_response_to_xml(self):
         router_name = "some-router"